#864814

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

Shades of Saddle Brown #864814

Tints of Saddle Brown #864814

Color information

#864814 (or 0x864814) is unknown color: approx Saddle Brown. HEX triplet: 86, 48 and 14. RGB value is (134,72,20). Sum of RGB (Red+Green+Blue) = 134+72+20=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #864814 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864814 is #79B7EB. Grayscale: #545454. Windows color (decimal): -7976940 or 1329286. OLE color: 1329286.

HSL color Cylindrical-coordinate representation of color #864814: hue angle of 27.37º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #864814 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB1347220-
CMYK00.460.850.47
HSL27.37º74.03%30.2%-
HSV(B)27.37º85.07%52.55%-
XYZ12.289.751.9-
YUV84.6191.54163.23-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.29%
GREEN value IS 72 (28.52% from 255) = 31.86%
BLUE value IS 20 (8.20% from 255) = 8.85%
R=59.29%
G=31.86%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134722000.460.850.4727.3774.0330.2
Hex86481402E552F1b4a1e
Octal20611024056125573311236
Binary100001101001000101000101110101010110111111011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864814; }

 p { color: rgb(134,72,20); }

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

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

 a { background-color: rgb(134,72,20); }

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

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

 span { border-color: rgb(134,72,20); }

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