#864114

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

Shades of Saddle Brown #864114

Tints of Saddle Brown #864114

Color information

#864114 (or 0x864114) is unknown color: approx Saddle Brown. HEX triplet: 86, 41 and 14. RGB value is (134,65,20). Sum of RGB (Red+Green+Blue) = 134+65+20=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #864114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864114 is #79BEEB. Grayscale: #505050. Windows color (decimal): -7978732 or 1327494. OLE color: 1327494.

HSL color Cylindrical-coordinate representation of color #864114: hue angle of 23.68º 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 #864114 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB1346520-
CMYK00.510.850.47
HSL23.68º74.03%30.2%-
HSV(B)23.68º85.07%52.55%-
XYZ11.858.91.76-
YUV80.593.86166.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.19%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 20 (8.20% from 255) = 9.13%
R=61.19%
G=29.68%
B=9.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134652000.510.850.4723.6874.0330.2
Hex864114033552F184a1e
Octal20610124063125573011236
Binary100001101000001101000110011101010110111111000100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864114; }

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

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

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

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

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

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

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

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