Html Css Color HEX #853209 Saddle Brown

📋 copy color: '#853209'

red 133 ◦ green 50 ◦ blue 9

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

Shades of Saddle Brown #853209

Tints of Saddle Brown #853209

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.04%

 BLUE value IS 9 (3.91% from 255) = 4.69%

R = 69.27%
G = 26.04%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.48

RGB Variations

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

Color information

#853209 (or 0x853209) is known color: Saddle Brown. HEX triplet: 85, 32 and 09. RGB value is (133,50,9). Sum of RGB (Red+Green+Blue) = 133+50+9=192 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.27% from 192); Green value is 50 (19.92% from 255 or 26.04% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 133 - color contains mainly: red. Hex color #853209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853209 is #7ACDF6. Grayscale: #464646. Windows color (decimal): -8048119 or 602757. OLE color: 602757.

HSL color Cylindrical-coordinate representation of color #853209: hue angle of 19.84º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #853209 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 50 9 -
CMYK 0 0.62 0.93 0.48
HSL 19.84º 0.87% 0.28% -
HSV(B) 19.84º 0.93% 0.52% -
XYZ 10.86 7.29 1.09 -
YUV 70.14 93.5 172.83 -
System Red Green Blue C M Y K H S L
Decimal 133 50 9 0 0.62 0.93 0.48 19.84 0.87 0.28
Hex 85 32 9 0 3E 5D 30 14 57 1C
Octal 205 62 11 0 76 135 60 24 127 34
Binary 10000101 110010 1001 0 111110 1011101 110000 10100 1010111 11100

Color Harmonies of #853209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853209

Black with #853209

Text Example


Text Example

White with #853209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853209; }

 p { color: rgb(133,50,9); }

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

background-color css

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

 a { background-color: rgb(133,50,9); }

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

border-color css

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

 span { border-color: rgb(133,50,9); }

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