#865214

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

Shades of Saddle Brown #865214

Tints of Saddle Brown #865214

Color information

#865214 (or 0x865214) is unknown color: approx Saddle Brown. HEX triplet: 86, 52 and 14. RGB value is (134,82,20). Sum of RGB (Red+Green+Blue) = 134+82+20=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #865214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865214 is #79ADEB. Grayscale: #5A5A5A. Windows color (decimal): -7974380 or 1331846. OLE color: 1331846.

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

Color convert

RGB1348220-
CMYK00.390.850.47
HSL32.63º74.03%30.2%-
HSV(B)32.63º85.07%52.55%-
XYZ12.9811.152.13-
YUV90.4888.23159.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 56.78%
GREEN value IS 82 (32.42% from 255) = 34.75%
BLUE value IS 20 (8.20% from 255) = 8.47%
R=56.78%
G=34.75%
B=8.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134822000.390.850.4732.6374.0330.2
Hex865214027552F214a1e
Octal20612224047125574111236
Binary1000011010100101010001001111010101101111100001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865214; }

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

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

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

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

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

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

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

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