Html Css Color HEX #803204 Saddle Brown

📋 copy color: '#803204'

red 128 ◦ green 50 ◦ blue 4

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

Shades of Saddle Brown #803204

Tints of Saddle Brown #803204

RGB

 RED value IS 128 (50.39% from 255) = 70.33%

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

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

R = 70.33%
G = 27.47%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#803204 (or 0x803204) is known color: Saddle Brown. HEX triplet: 80, 32 and 04. RGB value is (128,50,4). Sum of RGB (Red+Green+Blue) = 128+50+4=182 (24% of max value = 765). Red value is 128 (50.39% from 255 or 70.33% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 128 - color contains mainly: red. Hex color #803204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803204 is #7FCDFB. Grayscale: #444444. Windows color (decimal): -8375804 or 275072. OLE color: 275072.

HSL color Cylindrical-coordinate representation of color #803204: hue angle of 22.26º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #803204 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 50 4 -
CMYK 0 0.61 0.97 0.50
HSL 22.26º 0.94% 0.26% -
HSV(B) 22.26º 0.97% 0.5% -
XYZ 10.06 6.88 0.91 -
YUV 68.08 91.84 170.74 -
System Red Green Blue C M Y K H S L
Decimal 128 50 4 0 0.61 0.97 0.50 22.26 0.94 0.26
Hex 80 32 4 0 3D 61 32 16 5E 1A
Octal 200 62 4 0 75 141 62 26 136 32
Binary 10000000 110010 100 0 111101 1100001 110010 10110 1011110 11010

Color Harmonies of #803204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803204

Black with #803204

Text Example


Text Example

White with #803204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803204; }

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

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

background-color css

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

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

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

border-color css

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

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

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