Html Css Color HEX #852D08 Saddle Brown

📋 copy color: '#852D08'

red 133 ◦ green 45 ◦ blue 8

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

Shades of Saddle Brown #852D08

Tints of Saddle Brown #852D08

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.19%

 BLUE value IS 8 (3.52% from 255) = 4.3%

R = 71.51%
G = 24.19%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#852D08 (or 0x852D08) is known color: Saddle Brown. HEX triplet: 85, 2D and 08. RGB value is (133,45,8). Sum of RGB (Red+Green+Blue) = 133+45+8=186 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.51% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 8 (3.52% from 255 or 4.30% from 186); Max value from RGB is 133 - color contains mainly: red. Hex color #852D08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852D08 is #7AD2F7. Grayscale: #434343. Windows color (decimal): -8049400 or 535941. OLE color: 535941.

HSL color Cylindrical-coordinate representation of color #852D08: hue angle of 17.76º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #852D08 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 45 8 -
CMYK 0 0.66 0.94 0.48
HSL 17.76º 0.89% 0.28% -
HSV(B) 17.76º 0.94% 0.52% -
XYZ 10.66 6.88 1 -
YUV 67.09 94.65 175.01 -
System Red Green Blue C M Y K H S L
Decimal 133 45 8 0 0.66 0.94 0.48 17.76 0.89 0.28
Hex 85 2D 8 0 42 5E 30 12 59 1C
Octal 205 55 10 0 102 136 60 22 131 34
Binary 10000101 101101 1000 0 1000010 1011110 110000 10010 1011001 11100

Color Harmonies of #852D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D08

Black with #852D08

Text Example


Text Example

White with #852D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852D08; }

 p { color: rgb(133,45,8); }

 H1.HeaderClassName
 {
   color: #852D08;
 }
 .AnyTagClassName
 {
   color: #852D08;
 }
</style>

background-color css

<style>
 a { background-color: #852D08; }

 a { background-color: rgb(133,45,8); }

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

border-color css

<style>
 span { border-color: #852D08; }

 span { border-color: rgb(133,45,8); }

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