#85462C

Color #85462C Paarl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paarl #85462C

Tints of Paarl #85462C

Color information

#85462C (or 0x85462C) is unknown color: approx Paarl. HEX triplet: 85, 46 and 2C. RGB value is (133,70,44). Sum of RGB (Red+Green+Blue) = 133+70+44=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85462C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85462C is #7AB9D3. Grayscale: #565656. Windows color (decimal): -8042964 or 2901637. OLE color: 2901637.

HSL color Cylindrical-coordinate representation of color #85462C: hue angle of 17.53º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85462C is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1337044-
CMYK00.470.670.48
HSL17.53º50.28%34.71%-
HSV(B)17.53º66.92%52.16%-
XYZ12.329.553.58-
YUV85.87104.37161.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 53.85%
GREEN value IS 70 (27.73% from 255) = 28.34%
BLUE value IS 44 (17.58% from 255) = 17.81%
R=53.85%
G=28.34%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133704400.470.670.4817.5350.2834.71
Hex85462C02F4330123223
Octal2051065405710360226243
Binary1000010110001101011000101111100001111000010010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85462C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85462C; }

 p { color: rgb(133,70,44); }

 H1.HeaderClassName
 {
   color: #85462C;
 }
 .AnyTagClassName
 {
   color: #85462C;
 }
</style>
background-color css

<style>
 a { background-color: #85462C; }

 a { background-color: rgb(133,70,44); }

 div.DivClassName
 {
   background-color: #85462C;
 }
 .BgClassName
 {
   background-color: #85462C;
 }
</style>
border-color css

<style>
 span { border-color: #85462C; }

 span { border-color: rgb(133,70,44); }

 td.TdClassName
 {
   border-color: #85462C;
 }
 .TagClassName
 {
   border-color: #85462C;
 }
</style>