Html Css Color HEX #814009 Saddle Brown

📋 copy color: '#814009'

red 129 ◦ green 64 ◦ blue 9

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

Shades of Saddle Brown #814009

Tints of Saddle Brown #814009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.46%

R = 63.86%
G = 31.68%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#814009 (or 0x814009) is known color: Saddle Brown. HEX triplet: 81, 40 and 09. RGB value is (129,64,9). Sum of RGB (Red+Green+Blue) = 129+64+9=202 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.86% from 202); Green value is 64 (25.39% from 255 or 31.68% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 129 - color contains mainly: red. Hex color #814009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814009 is #7EBFF6. Grayscale: #4D4D4D. Windows color (decimal): -8306679 or 606337. OLE color: 606337.

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

Color convert

RGB 129 64 9 -
CMYK 0 0.50 0.93 0.49
HSL 27.5º 0.87% 0.27% -
HSV(B) 27.5º 0.93% 0.51% -
XYZ 10.94 8.35 1.29 -
YUV 77.17 89.53 164.97 -
System Red Green Blue C M Y K H S L
Decimal 129 64 9 0 0.50 0.93 0.49 27.5 0.87 0.27
Hex 81 40 9 0 32 5D 31 1C 57 1B
Octal 201 100 11 0 62 135 61 34 127 33
Binary 10000001 1000000 1001 0 110010 1011101 110001 11100 1010111 11011

Color Harmonies of #814009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814009

Black with #814009

Text Example


Text Example

White with #814009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814009; }

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

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

background-color css

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

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

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

border-color css

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

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

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