Html Css Color HEX #803705 Saddle Brown

📋 copy color: '#803705'

red 128 ◦ green 55 ◦ blue 5

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

Shades of Saddle Brown #803705

Tints of Saddle Brown #803705

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.26%

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

R = 68.09%
G = 29.26%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#803705 (or 0x803705) is known color: Saddle Brown. HEX triplet: 80, 37 and 05. RGB value is (128,55,5). Sum of RGB (Red+Green+Blue) = 128+55+5=188 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.09% from 188); Green value is 55 (21.88% from 255 or 29.26% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 128 - color contains mainly: red. Hex color #803705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #803705 is #7FC8FA. Grayscale: #474747. Windows color (decimal): -8374523 or 341888. OLE color: 341888.

HSL color Cylindrical-coordinate representation of color #803705: hue angle of 24.39º 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 #803705 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 55 5 -
CMYK 0 0.57 0.96 0.50
HSL 24.39º 0.92% 0.26% -
HSV(B) 24.39º 0.96% 0.5% -
XYZ 10.3 7.33 1.02 -
YUV 71.13 90.68 168.57 -
System Red Green Blue C M Y K H S L
Decimal 128 55 5 0 0.57 0.96 0.50 24.39 0.92 0.26
Hex 80 37 5 0 39 60 32 18 5C 1A
Octal 200 67 5 0 71 140 62 30 134 32
Binary 10000000 110111 101 0 111001 1100000 110010 11000 1011100 11010

Color Harmonies of #803705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803705

Black with #803705

Text Example


Text Example

White with #803705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803705; }

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

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

background-color css

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

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

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

border-color css

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

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

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