Html Css Color HEX #804000 Saddle Brown

📋 copy color: '#804000'

red 128 ◦ green 64 ◦ blue 0

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

Shades of Saddle Brown #804000

Tints of Saddle Brown #804000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#804000 (or 0x804000) is known color: Saddle Brown. HEX triplet: 80, 40 and 00. RGB value is (128,64,0). Sum of RGB (Red+Green+Blue) = 128+64+0=192 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.67% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 0 (0.39% from 255 or 0% from 192); Max value from RGB is 128 - color contains mainly: red. Hex color #804000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804000 is #7FBFFF. Grayscale: #4C4C4C. Windows color (decimal): -8372224 or 16512. OLE color: 16512.

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

Color convert

RGB 128 64 0 -
CMYK 0 0.5 1 0.50
HSL 30º 1% 0.25% -
HSV(B) 30º 1% 0.5% -
XYZ 10.74 8.26 1.03 -
YUV 75.84 85.2 165.2 -
System Red Green Blue C M Y K H S L
Decimal 128 64 0 0 0.5 1 0.50 30 1 0.25
Hex 80 40 0 0 32 64 32 1E 64 19
Octal 200 100 0 0 62 144 62 36 144 31
Binary 10000000 1000000 0 0 110010 1100100 110010 11110 1100100 11001

Color Harmonies of #804000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804000

Black with #804000

Text Example


Text Example

White with #804000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804000; }

 p { color: rgb(128,64,0); }

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

background-color css

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

 a { background-color: rgb(128,64,0); }

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

border-color css

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

 span { border-color: rgb(128,64,0); }

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