Html Css Color HEX #853204 Saddle Brown

📋 copy color: '#853204'

red 133 ◦ green 50 ◦ blue 4

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

Shades of Saddle Brown #853204

Tints of Saddle Brown #853204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.14%

R = 71.12%
G = 26.74%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#853204 (or 0x853204) is known color: Saddle Brown. HEX triplet: 85, 32 and 04. RGB value is (133,50,4). Sum of RGB (Red+Green+Blue) = 133+50+4=187 (24% of max value = 765). Red value is 133 (52.34% from 255 or 71.12% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 4 (1.95% from 255 or 2.14% from 187); Max value from RGB is 133 - color contains mainly: red. Hex color #853204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853204 is #7ACDFB. Grayscale: #454545. Windows color (decimal): -8048124 or 275077. OLE color: 275077.

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

Color convert

RGB 133 50 4 -
CMYK 0 0.62 0.97 0.48
HSL 21.4º 0.94% 0.27% -
HSV(B) 21.4º 0.97% 0.52% -
XYZ 10.84 7.28 0.95 -
YUV 69.57 91 173.24 -
System Red Green Blue C M Y K H S L
Decimal 133 50 4 0 0.62 0.97 0.48 21.4 0.94 0.27
Hex 85 32 4 0 3E 61 30 15 5E 1B
Octal 205 62 4 0 76 141 60 25 136 33
Binary 10000101 110010 100 0 111110 1100001 110000 10101 1011110 11011

Color Harmonies of #853204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853204

Black with #853204

Text Example


Text Example

White with #853204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853204; }

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

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

background-color css

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

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

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

border-color css

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

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

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