#863E13

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

Shades of Saddle Brown #863E13

Tints of Saddle Brown #863E13

Color information

#863E13 (or 0x863E13) is unknown color: approx Saddle Brown. HEX triplet: 86, 3E and 13. RGB value is (134,62,19). Sum of RGB (Red+Green+Blue) = 134+62+19=215 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.33% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 134 - color contains mainly: red. Hex color #863E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863E13 is #79C1EC. Grayscale: #4E4E4E. Windows color (decimal): -7979501 or 1261190. OLE color: 1261190.

HSL color Cylindrical-coordinate representation of color #863E13: hue angle of 22.43º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #863E13 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB1346219-
CMYK00.540.860.47
HSL22.43º75.16%30%-
HSV(B)22.43º85.82%52.55%-
XYZ11.678.561.65-
YUV78.6394.35167.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.33%
GREEN value IS 62 (24.61% from 255) = 28.84%
BLUE value IS 19 (7.81% from 255) = 8.84%
R=62.33%
G=28.84%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134621900.540.860.4722.4375.1630
Hex863E13036562F164b1e
Octal2067623066126572611336
Binary10000110111110100110110110101011010111110110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,62,19); }

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

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

 a { background-color: rgb(134,62,19); }

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

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

 span { border-color: rgb(134,62,19); }

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