#863818

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

Shades of Saddle Brown #863818

Tints of Saddle Brown #863818

Color information

#863818 (or 0x863818) is unknown color: approx Saddle Brown. HEX triplet: 86, 38 and 18. RGB value is (134,56,24). Sum of RGB (Red+Green+Blue) = 134+56+24=214 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.62% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 134 - color contains mainly: red. Hex color #863818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863818 is #79C7E7. Grayscale: #4B4B4B. Windows color (decimal): -7981032 or 1587334. OLE color: 1587334.

HSL color Cylindrical-coordinate representation of color #863818: hue angle of 17.45º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #863818 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB1345624-
CMYK00.580.820.47
HSL17.45º69.62%30.98%-
HSV(B)17.45º82.09%52.55%-
XYZ11.417.961.8-
YUV75.6798.84169.6-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.62%
GREEN value IS 56 (22.27% from 255) = 26.17%
BLUE value IS 24 (9.77% from 255) = 11.21%
R=62.62%
G=26.17%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134562400.580.820.4717.4569.6230.98
Hex86381803A522F11461f
Octal2067030072122572110637
Binary10000110111000110000111010101001010111110001100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863818; }

 p { color: rgb(134,56,24); }

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

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

 a { background-color: rgb(134,56,24); }

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

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

 span { border-color: rgb(134,56,24); }

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