Html Css Color HEX #85420B Saddle Brown

📋 copy color: '#85420B'

red 133 ◦ green 66 ◦ blue 11

#85420B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #85420B

Tints of Saddle Brown #85420B

RGB

 RED value IS 133 (52.34% from 255) = 63.33%

 GREEN value IS 66 (26.17% from 255) = 31.43%

 BLUE value IS 11 (4.69% from 255) = 5.24%

R = 63.33%
G = 31.43%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#85420B (or 0x85420B) is known color: Saddle Brown. HEX triplet: 85, 42 and 0B. RGB value is (133,66,11). Sum of RGB (Red+Green+Blue) = 133+66+11=210 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.33% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 133 - color contains mainly: red. Hex color #85420B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85420B is #7ABDF4. Grayscale: #505050. Windows color (decimal): -8044021 or 737925. OLE color: 737925.

HSL color Cylindrical-coordinate representation of color #85420B: hue angle of 27.05º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85420B is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 66 11 -
CMYK 0 0.50 0.92 0.48
HSL 27.05º 0.85% 0.28% -
HSV(B) 27.05º 0.92% 0.52% -
XYZ 11.68 8.91 1.42 -
YUV 79.76 89.2 165.97 -
System Red Green Blue C M Y K H S L
Decimal 133 66 11 0 0.50 0.92 0.48 27.05 0.85 0.28
Hex 85 42 B 0 32 5C 30 1B 55 1C
Octal 205 102 13 0 62 134 60 33 125 34
Binary 10000101 1000010 1011 0 110010 1011100 110000 11011 1010101 11100

Color Harmonies of #85420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85420B

Black with #85420B

Text Example


Text Example

White with #85420B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85420B; }

 p { color: rgb(133,66,11); }

 H1.HeaderClassName
 {
   color: #85420B;
 }
 .AnyTagClassName
 {
   color: #85420B;
 }
</style>

background-color css

<style>
 a { background-color: #85420B; }

 a { background-color: rgb(133,66,11); }

 div.DivClassName
 {
   background-color: #85420B;
 }
 .BgClassName
 {
   background-color: #85420B;
 }
</style>

border-color css

<style>
 span { border-color: #85420B; }

 span { border-color: rgb(133,66,11); }

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