Html Css Color HEX #814404 Saddle Brown

📋 copy color: '#814404'

red 129 ◦ green 68 ◦ blue 4

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

Shades of Saddle Brown #814404

Tints of Saddle Brown #814404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.83%

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

R = 64.18%
G = 33.83%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#814404 (or 0x814404) is known color: Saddle Brown. HEX triplet: 81, 44 and 04. RGB value is (129,68,4). Sum of RGB (Red+Green+Blue) = 129+68+4=201 (26% of max value = 765). Red value is 129 (50.78% from 255 or 64.18% from 201); Green value is 68 (26.95% from 255 or 33.83% from 201); Blue value is 4 (1.95% from 255 or 1.99% from 201); Max value from RGB is 129 - color contains mainly: red. Hex color #814404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814404 is #7EBBFB. Grayscale: #4F4F4F. Windows color (decimal): -8305660 or 279681. OLE color: 279681.

HSL color Cylindrical-coordinate representation of color #814404: hue angle of 30.72º 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 #814404 is Cyan = 0, Magento = 0.47, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 68 4 -
CMYK 0 0.47 0.97 0.49
HSL 30.72º 0.94% 0.26% -
HSV(B) 30.72º 0.97% 0.51% -
XYZ 11.14 8.81 1.23 -
YUV 78.94 85.71 163.7 -
System Red Green Blue C M Y K H S L
Decimal 129 68 4 0 0.47 0.97 0.49 30.72 0.94 0.26
Hex 81 44 4 0 2F 61 31 1F 5E 1A
Octal 201 104 4 0 57 141 61 37 136 32
Binary 10000001 1000100 100 0 101111 1100001 110001 11111 1011110 11010

Color Harmonies of #814404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814404

Black with #814404

Text Example


Text Example

White with #814404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814404; }

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

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

background-color css

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

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

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

border-color css

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

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

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