Html Css Color HEX #804001 Saddle Brown

📋 copy color: '#804001'

red 128 ◦ green 64 ◦ blue 1

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

Shades of Saddle Brown #804001

Tints of Saddle Brown #804001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.52%

R = 66.32%
G = 33.16%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#804001 (or 0x804001) is known color: Saddle Brown. HEX triplet: 80, 40 and 01. RGB value is (128,64,1). Sum of RGB (Red+Green+Blue) = 128+64+1=193 (25% of max value = 765). Red value is 128 (50.39% from 255 or 66.32% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 128 - color contains mainly: red. Hex color #804001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804001 is #7FBFFE. Grayscale: #4C4C4C. Windows color (decimal): -8372223 or 82048. OLE color: 82048.

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

Color convert

RGB 128 64 1 -
CMYK 0 0.5 0.99 0.50
HSL 29.76º 0.98% 0.25% -
HSV(B) 29.76º 0.99% 0.5% -
XYZ 10.74 8.26 1.06 -
YUV 75.95 85.7 165.12 -
System Red Green Blue C M Y K H S L
Decimal 128 64 1 0 0.5 0.99 0.50 29.76 0.98 0.25
Hex 80 40 1 0 32 63 32 1E 62 19
Octal 200 100 1 0 62 143 62 36 142 31
Binary 10000000 1000000 1 0 110010 1100011 110010 11110 1100010 11001

Color Harmonies of #804001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804001

Black with #804001

Text Example


Text Example

White with #804001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804001; }

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

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

background-color css

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

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

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

border-color css

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

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

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