Html Css Color HEX #803205 Saddle Brown

📋 copy color: '#803205'

red 128 ◦ green 50 ◦ blue 5

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

Shades of Saddle Brown #803205

Tints of Saddle Brown #803205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.73%

R = 69.95%
G = 27.32%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#803205 (or 0x803205) is known color: Saddle Brown. HEX triplet: 80, 32 and 05. RGB value is (128,50,5). Sum of RGB (Red+Green+Blue) = 128+50+5=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #803205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803205 is #7FCDFA. Grayscale: #444444. Windows color (decimal): -8375803 or 340608. OLE color: 340608.

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

Color convert

RGB 128 50 5 -
CMYK 0 0.61 0.96 0.50
HSL 21.95º 0.92% 0.26% -
HSV(B) 21.95º 0.96% 0.5% -
XYZ 10.07 6.88 0.94 -
YUV 68.19 92.34 170.66 -
System Red Green Blue C M Y K H S L
Decimal 128 50 5 0 0.61 0.96 0.50 21.95 0.92 0.26
Hex 80 32 5 0 3D 60 32 16 5C 1A
Octal 200 62 5 0 75 140 62 26 134 32
Binary 10000000 110010 101 0 111101 1100000 110010 10110 1011100 11010

Color Harmonies of #803205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803205

Black with #803205

Text Example


Text Example

White with #803205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803205; }

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

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

background-color css

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

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

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

border-color css

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

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

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