Html Css Color HEX #814710 Saddle Brown

📋 copy color: '#814710'

red 129 ◦ green 71 ◦ blue 16

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

Shades of Saddle Brown #814710

Tints of Saddle Brown #814710

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.87%

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

R = 59.72%
G = 32.87%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#814710 (or 0x814710) is known color: Saddle Brown. HEX triplet: 81, 47 and 10. RGB value is (129,71,16). Sum of RGB (Red+Green+Blue) = 129+71+16=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #814710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814710 is #7EB8EF. Grayscale: #525252. Windows color (decimal): -8304880 or 1066881. OLE color: 1066881.

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

Color convert

RGB 129 71 16 -
CMYK 0 0.45 0.88 0.49
HSL 29.2º 0.78% 0.28% -
HSV(B) 29.2º 0.88% 0.51% -
XYZ 11.4 9.21 1.67 -
YUV 82.07 90.72 161.47 -
System Red Green Blue C M Y K H S L
Decimal 129 71 16 0 0.45 0.88 0.49 29.2 0.78 0.28
Hex 81 47 10 0 2D 58 31 1D 4E 1C
Octal 201 107 20 0 55 130 61 35 116 34
Binary 10000001 1000111 10000 0 101101 1011000 110001 11101 1001110 11100

Color Harmonies of #814710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814710

Black with #814710

Text Example


Text Example

White with #814710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814710; }

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

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

background-color css

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

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

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

border-color css

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

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

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