Html Css Color HEX #853B08 Saddle Brown

📋 copy color: '#853B08'

red 133 ◦ green 59 ◦ blue 8

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

Shades of Saddle Brown #853B08

Tints of Saddle Brown #853B08

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.5%

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

R = 66.5%
G = 29.5%
B = 4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#853B08 (or 0x853B08) is known color: Saddle Brown. HEX triplet: 85, 3B and 08. RGB value is (133,59,8). Sum of RGB (Red+Green+Blue) = 133+59+8=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 59 (23.44% from 255 or 29.5% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #853B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853B08 is #7AC4F7. Grayscale: #4B4B4B. Windows color (decimal): -8045816 or 539525. OLE color: 539525.

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

Color convert

RGB 133 59 8 -
CMYK 0 0.56 0.94 0.48
HSL 24.48º 0.89% 0.28% -
HSV(B) 24.48º 0.94% 0.52% -
XYZ 11.28 8.13 1.2 -
YUV 75.31 90.02 169.15 -
System Red Green Blue C M Y K H S L
Decimal 133 59 8 0 0.56 0.94 0.48 24.48 0.89 0.28
Hex 85 3B 8 0 38 5E 30 18 59 1C
Octal 205 73 10 0 70 136 60 30 131 34
Binary 10000101 111011 1000 0 111000 1011110 110000 11000 1011001 11100

Color Harmonies of #853B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853B08

Black with #853B08

Text Example


Text Example

White with #853B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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