Html Css Color HEX #804002 Saddle Brown

📋 copy color: '#804002'

red 128 ◦ green 64 ◦ blue 2

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

Shades of Saddle Brown #804002

Tints of Saddle Brown #804002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.03%

R = 65.98%
G = 32.99%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#804002 (or 0x804002) is known color: Saddle Brown. HEX triplet: 80, 40 and 02. RGB value is (128,64,2). Sum of RGB (Red+Green+Blue) = 128+64+2=194 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.98% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 2 (1.17% from 255 or 1.03% from 194); Max value from RGB is 128 - color contains mainly: red. Hex color #804002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804002 is #7FBFFD. Grayscale: #4C4C4C. Windows color (decimal): -8372222 or 147584. OLE color: 147584.

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

Color convert

RGB 128 64 2 -
CMYK 0 0.5 0.98 0.50
HSL 29.52º 0.97% 0.25% -
HSV(B) 29.52º 0.98% 0.5% -
XYZ 10.75 8.26 1.09 -
YUV 76.07 86.2 165.04 -
System Red Green Blue C M Y K H S L
Decimal 128 64 2 0 0.5 0.98 0.50 29.52 0.97 0.25
Hex 80 40 2 0 32 62 32 1E 61 19
Octal 200 100 2 0 62 142 62 36 141 31
Binary 10000000 1000000 10 0 110010 1100010 110010 11110 1100001 11001

Color Harmonies of #804002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804002

Black with #804002

Text Example


Text Example

White with #804002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804002; }

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

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

background-color css

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

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

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

border-color css

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

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

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