Html Css Color HEX #814010 Saddle Brown

📋 copy color: '#814010'

red 129 ◦ green 64 ◦ blue 16

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

Shades of Saddle Brown #814010

Tints of Saddle Brown #814010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.66%

R = 61.72%
G = 30.62%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#814010 (or 0x814010) is known color: Saddle Brown. HEX triplet: 81, 40 and 10. RGB value is (129,64,16). Sum of RGB (Red+Green+Blue) = 129+64+16=209 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.72% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 16 (6.64% from 255 or 7.66% from 209); Max value from RGB is 129 - color contains mainly: red. Hex color #814010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814010 is #7EBFEF. Grayscale: #4E4E4E. Windows color (decimal): -8306672 or 1065089. OLE color: 1065089.

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

Color convert

RGB 129 64 16 -
CMYK 0 0.50 0.88 0.49
HSL 25.49º 0.78% 0.28% -
HSV(B) 25.49º 0.88% 0.51% -
XYZ 10.98 8.37 1.53 -
YUV 77.96 93.03 164.4 -
System Red Green Blue C M Y K H S L
Decimal 129 64 16 0 0.50 0.88 0.49 25.49 0.78 0.28
Hex 81 40 10 0 32 58 31 19 4E 1C
Octal 201 100 20 0 62 130 61 31 116 34
Binary 10000001 1000000 10000 0 110010 1011000 110001 11001 1001110 11100

Color Harmonies of #814010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814010

Black with #814010

Text Example


Text Example

White with #814010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814010; }

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

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

background-color css

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

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

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

border-color css

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

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

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