Html Css Color HEX #804407 Saddle Brown

📋 copy color: '#804407'

red 128 ◦ green 68 ◦ blue 7

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

Shades of Saddle Brown #804407

Tints of Saddle Brown #804407

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.5%

 BLUE value IS 7 (3.13% from 255) = 3.45%

R = 63.05%
G = 33.5%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#804407 (or 0x804407) is known color: Saddle Brown. HEX triplet: 80, 44 and 07. RGB value is (128,68,7). Sum of RGB (Red+Green+Blue) = 128+68+7=203 (26% of max value = 765). Red value is 128 (50.39% from 255 or 63.05% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 128 - color contains mainly: red. Hex color #804407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804407 is #7FBBF8. Grayscale: #4F4F4F. Windows color (decimal): -8371193 or 476288. OLE color: 476288.

HSL color Cylindrical-coordinate representation of color #804407: hue angle of 30.25º degrees, saturation: 0.9, 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 #804407 is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 68 7 -
CMYK 0 0.47 0.95 0.50
HSL 30.25º 0.9% 0.26% -
HSV(B) 30.25º 0.95% 0.5% -
XYZ 11.01 8.74 1.31 -
YUV 78.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 128 68 7 0 0.47 0.95 0.50 30.25 0.9 0.26
Hex 80 44 7 0 2F 5F 32 1E 5A 1A
Octal 200 104 7 0 57 137 62 36 132 32
Binary 10000000 1000100 111 0 101111 1011111 110010 11110 1011010 11010

Color Harmonies of #804407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804407

Black with #804407

Text Example


Text Example

White with #804407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804407; }

 p { color: rgb(128,68,7); }

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

background-color css

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

 a { background-color: rgb(128,68,7); }

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

border-color css

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

 span { border-color: rgb(128,68,7); }

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