#814310

Color #814310 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #814310

Tints of Saddle Brown #814310

Color information

#814310 (or 0x814310) is unknown color: approx Saddle Brown. HEX triplet: 81, 43 and 10. RGB value is (129,67,16). Sum of RGB (Red+Green+Blue) = 129+67+16=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #814310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814310 is #7EBCEF. Grayscale: #4F4F4F. Windows color (decimal): -8305904 or 1065857. OLE color: 1065857.

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

Color convert

RGB1296716-
CMYK00.480.880.49
HSL27.08º77.93%28.43%-
HSV(B)27.08º87.6%50.59%-
XYZ11.158.721.59-
YUV79.7292.04163.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.85%
GREEN value IS 67 (26.56% from 255) = 31.60%
BLUE value IS 16 (6.64% from 255) = 7.55%
R=60.85%
G=31.60%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129671600.480.880.4927.0877.9328.43
Hex81431003058311b4e1c
Octal20110320060130613311634
Binary100000011000011100000110000101100011000111011100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814310; }

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

 H1.HeaderClassName
 {
   color: #814310;
 }
 .AnyTagClassName
 {
   color: #814310;
 }
</style>
background-color css

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

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

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

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

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

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