#863C0F

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

Shades of Saddle Brown #863C0F

Tints of Saddle Brown #863C0F

Color information

#863C0F (or 0x863C0F) is unknown color: approx Saddle Brown. HEX triplet: 86, 3C and 0F. RGB value is (134,60,15). Sum of RGB (Red+Green+Blue) = 134+60+15=209 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.11% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 134 - color contains mainly: red. Hex color #863C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863C0F is #79C3F0. Grayscale: #4D4D4D. Windows color (decimal): -7980017 or 998534. OLE color: 998534.

HSL color Cylindrical-coordinate representation of color #863C0F: hue angle of 22.69º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #863C0F is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1346015-
CMYK00.550.890.47
HSL22.69º79.87%29.22%-
HSV(B)22.69º88.81%52.55%-
XYZ11.538.331.45-
YUV7793.02168.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.11%
GREEN value IS 60 (23.83% from 255) = 28.71%
BLUE value IS 15 (6.25% from 255) = 7.18%
R=64.11%
G=28.71%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134601500.550.890.4722.6979.8729.22
Hex863CF037592F17501d
Octal2067417067131572712035
Binary1000011011110011110110111101100110111110111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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