#863815

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

Shades of Saddle Brown #863815

Tints of Saddle Brown #863815

Color information

#863815 (or 0x863815) is unknown color: approx Saddle Brown. HEX triplet: 86, 38 and 15. RGB value is (134,56,21). Sum of RGB (Red+Green+Blue) = 134+56+21=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #863815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863815 is #79C7EA. Grayscale: #4B4B4B. Windows color (decimal): -7981035 or 1390726. OLE color: 1390726.

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

Color convert

RGB1345621-
CMYK00.580.840.47
HSL18.58º72.9%30.39%-
HSV(B)18.58º84.33%52.55%-
XYZ11.387.951.64-
YUV75.3397.34169.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.51%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 21 (8.59% from 255) = 9.95%
R=63.51%
G=26.54%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134562100.580.840.4718.5872.930.39
Hex86381503A542F13491e
Octal2067025072124572311136
Binary10000110111000101010111010101010010111110011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863815; }

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

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

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

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

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

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

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

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