#863C19

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

Shades of Saddle Brown #863C19

Tints of Saddle Brown #863C19

Color information

#863C19 (or 0x863C19) is unknown color: approx Saddle Brown. HEX triplet: 86, 3C and 19. RGB value is (134,60,25). Sum of RGB (Red+Green+Blue) = 134+60+25=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #863C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863C19 is #79C3E6. Grayscale: #4E4E4E. Windows color (decimal): -7980007 or 1653894. OLE color: 1653894.

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

Color convert

RGB1346025-
CMYK00.550.810.47
HSL19.27º68.55%31.18%-
HSV(B)19.27º81.34%52.55%-
XYZ11.628.371.92-
YUV78.1498.02167.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 61.19%
GREEN value IS 60 (23.83% from 255) = 27.40%
BLUE value IS 25 (10.16% from 255) = 11.42%
R=61.19%
G=27.40%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134602500.550.810.4719.2768.5531.18
Hex863C19037512F13451f
Octal2067431067121572310537
Binary10000110111100110010110111101000110111110011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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