#863C12

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

Shades of Saddle Brown #863C12

Tints of Saddle Brown #863C12

Color information

#863C12 (or 0x863C12) is unknown color: approx Saddle Brown. HEX triplet: 86, 3C and 12. RGB value is (134,60,18). Sum of RGB (Red+Green+Blue) = 134+60+18=212 (28% of max value = 765). Red value is 134 (52.73% from 255 or 63.21% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 134 - color contains mainly: red. Hex color #863C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863C12 is #79C3ED. Grayscale: #4D4D4D. Windows color (decimal): -7980014 or 1195142. OLE color: 1195142.

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

Color convert

RGB1346018-
CMYK00.550.870.47
HSL21.72º76.32%29.8%-
HSV(B)21.72º86.57%52.55%-
XYZ11.568.341.57-
YUV77.3494.52168.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.21%
GREEN value IS 60 (23.83% from 255) = 28.30%
BLUE value IS 18 (7.42% from 255) = 8.49%
R=63.21%
G=28.30%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134601800.550.870.4721.7276.3229.8
Hex863C12037572F164c1e
Octal2067422067127572611436
Binary10000110111100100100110111101011110111110110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863C12; }

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

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

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

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

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

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

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

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