Html Css Color HEX #853E08 Saddle Brown

📋 copy color: '#853E08'

red 133 ◦ green 62 ◦ blue 8

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

Shades of Saddle Brown #853E08

Tints of Saddle Brown #853E08

RGB

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

 GREEN value IS 62 (24.61% from 255) = 30.54%

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

R = 65.52%
G = 30.54%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#853E08 (or 0x853E08) is known color: Saddle Brown. HEX triplet: 85, 3E and 08. RGB value is (133,62,8). Sum of RGB (Red+Green+Blue) = 133+62+8=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 62 (24.61% from 255 or 30.54% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #853E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853E08 is #7AC1F7. Grayscale: #4D4D4D. Windows color (decimal): -8045048 or 540293. OLE color: 540293.

HSL color Cylindrical-coordinate representation of color #853E08: hue angle of 25.92º 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 #853E08 is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 62 8 -
CMYK 0 0.53 0.94 0.48
HSL 25.92º 0.89% 0.28% -
HSV(B) 25.92º 0.94% 0.52% -
XYZ 11.44 8.45 1.26 -
YUV 77.07 89.02 167.89 -
System Red Green Blue C M Y K H S L
Decimal 133 62 8 0 0.53 0.94 0.48 25.92 0.89 0.28
Hex 85 3E 8 0 35 5E 30 1A 59 1C
Octal 205 76 10 0 65 136 60 32 131 34
Binary 10000101 111110 1000 0 110101 1011110 110000 11010 1011001 11100

Color Harmonies of #853E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853E08

Black with #853E08

Text Example


Text Example

White with #853E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853E08; }

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

 H1.HeaderClassName
 {
   color: #853E08;
 }
 .AnyTagClassName
 {
   color: #853E08;
 }
</style>

background-color css

<style>
 a { background-color: #853E08; }

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

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

border-color css

<style>
 span { border-color: #853E08; }

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

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