Html Css Color HEX #804104 Saddle Brown

📋 copy color: '#804104'

red 128 ◦ green 65 ◦ blue 4

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

Shades of Saddle Brown #804104

Tints of Saddle Brown #804104

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.99%

 BLUE value IS 4 (1.95% from 255) = 2.03%

R = 64.97%
G = 32.99%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#804104 (or 0x804104) is known color: Saddle Brown. HEX triplet: 80, 41 and 04. RGB value is (128,65,4). Sum of RGB (Red+Green+Blue) = 128+65+4=197 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.97% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 128 - color contains mainly: red. Hex color #804104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804104 is #7FBEFB. Grayscale: #4D4D4D. Windows color (decimal): -8371964 or 278912. OLE color: 278912.

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

Color convert

RGB 128 65 4 -
CMYK 0 0.49 0.97 0.50
HSL 29.52º 0.94% 0.26% -
HSV(B) 29.52º 0.97% 0.5% -
XYZ 10.81 8.38 1.16 -
YUV 76.88 86.87 164.46 -
System Red Green Blue C M Y K H S L
Decimal 128 65 4 0 0.49 0.97 0.50 29.52 0.94 0.26
Hex 80 41 4 0 31 61 32 1E 5E 1A
Octal 200 101 4 0 61 141 62 36 136 32
Binary 10000000 1000001 100 0 110001 1100001 110010 11110 1011110 11010

Color Harmonies of #804104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804104

Black with #804104

Text Example


Text Example

White with #804104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804104; }

 p { color: rgb(128,65,4); }

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

background-color css

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

 a { background-color: rgb(128,65,4); }

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

border-color css

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

 span { border-color: rgb(128,65,4); }

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