Html Css Color HEX #803206 Saddle Brown

📋 copy color: '#803206'

red 128 ◦ green 50 ◦ blue 6

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

Shades of Saddle Brown #803206

Tints of Saddle Brown #803206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.26%

R = 69.57%
G = 27.17%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#803206 (or 0x803206) is known color: Saddle Brown. HEX triplet: 80, 32 and 06. RGB value is (128,50,6). Sum of RGB (Red+Green+Blue) = 128+50+6=184 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.57% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 128 - color contains mainly: red. Hex color #803206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803206 is #7FCDF9. Grayscale: #444444. Windows color (decimal): -8375802 or 406144. OLE color: 406144.

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

Color convert

RGB 128 50 6 -
CMYK 0 0.61 0.95 0.50
HSL 21.64º 0.91% 0.26% -
HSV(B) 21.64º 0.95% 0.5% -
XYZ 10.08 6.88 0.97 -
YUV 68.31 92.84 170.58 -
System Red Green Blue C M Y K H S L
Decimal 128 50 6 0 0.61 0.95 0.50 21.64 0.91 0.26
Hex 80 32 6 0 3D 5F 32 16 5B 1A
Octal 200 62 6 0 75 137 62 26 133 32
Binary 10000000 110010 110 0 111101 1011111 110010 10110 1011011 11010

Color Harmonies of #803206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803206

Black with #803206

Text Example


Text Example

White with #803206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803206; }

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

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

background-color css

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

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

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

border-color css

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

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

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