Html Css Color HEX #814004 Saddle Brown

📋 copy color: '#814004'

red 129 ◦ green 64 ◦ blue 4

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

Shades of Saddle Brown #814004

Tints of Saddle Brown #814004

RGB

 RED value IS 129 (50.78% from 255) = 65.48%

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

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

R = 65.48%
G = 32.49%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#814004 (or 0x814004) is known color: Saddle Brown. HEX triplet: 81, 40 and 04. RGB value is (129,64,4). Sum of RGB (Red+Green+Blue) = 129+64+4=197 (26% of max value = 765). Red value is 129 (50.78% from 255 or 65.48% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 4 (1.95% from 255 or 2.03% from 197); Max value from RGB is 129 - color contains mainly: red. Hex color #814004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814004 is #7EBFFB. Grayscale: #4C4C4C. Windows color (decimal): -8306684 or 278657. OLE color: 278657.

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

Color convert

RGB 129 64 4 -
CMYK 0 0.50 0.97 0.49
HSL 28.8º 0.94% 0.26% -
HSV(B) 28.8º 0.97% 0.51% -
XYZ 10.91 8.34 1.15 -
YUV 76.6 87.03 165.38 -
System Red Green Blue C M Y K H S L
Decimal 129 64 4 0 0.50 0.97 0.49 28.8 0.94 0.26
Hex 81 40 4 0 32 61 31 1D 5E 1A
Octal 201 100 4 0 62 141 61 35 136 32
Binary 10000001 1000000 100 0 110010 1100001 110001 11101 1011110 11010

Color Harmonies of #814004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814004

Black with #814004

Text Example


Text Example

White with #814004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814004; }

 p { color: rgb(129,64,4); }

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

background-color css

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

 a { background-color: rgb(129,64,4); }

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

border-color css

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

 span { border-color: rgb(129,64,4); }

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