#865012

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

Shades of Saddle Brown #865012

Tints of Saddle Brown #865012

Color information

#865012 (or 0x865012) is unknown color: approx Saddle Brown. HEX triplet: 86, 50 and 12. RGB value is (134,80,18). Sum of RGB (Red+Green+Blue) = 134+80+18=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #865012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865012 is #79AFED. Grayscale: #595959. Windows color (decimal): -7974894 or 1200262. OLE color: 1200262.

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

Color convert

RGB1348018-
CMYK00.400.870.47
HSL32.07º76.32%29.8%-
HSV(B)32.07º86.57%52.55%-
XYZ12.8110.851.99-
YUV89.0887.89160.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.76%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 18 (7.42% from 255) = 7.76%
R=57.76%
G=34.48%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134801800.400.870.4732.0776.3229.8
Hex865012028572F204c1e
Octal20612022050127574011436
Binary1000011010100001001001010001010111101111100000100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865012; }

 p { color: rgb(134,80,18); }

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

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

 a { background-color: rgb(134,80,18); }

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

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

 span { border-color: rgb(134,80,18); }

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