#865212

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

Shades of Saddle Brown #865212

Tints of Saddle Brown #865212

Color information

#865212 (or 0x865212) is unknown color: approx Saddle Brown. HEX triplet: 86, 52 and 12. RGB value is (134,82,18). Sum of RGB (Red+Green+Blue) = 134+82+18=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #865212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #865212 is #79ADED. Grayscale: #5A5A5A. Windows color (decimal): -7974382 or 1200774. OLE color: 1200774.

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

Color convert

RGB1348218-
CMYK00.390.870.47
HSL33.1º76.32%29.8%-
HSV(B)33.1º86.57%52.55%-
XYZ12.9611.152.04-
YUV90.2587.23159.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 57.26%
GREEN value IS 82 (32.42% from 255) = 35.04%
BLUE value IS 18 (7.42% from 255) = 7.69%
R=57.26%
G=35.04%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134821800.390.870.4733.176.3229.8
Hex865212027572F214c1e
Octal20612222047127574111436
Binary1000011010100101001001001111010111101111100001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865212; }

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

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

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

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

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

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

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

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