#863F13

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

Shades of Saddle Brown #863F13

Tints of Saddle Brown #863F13

Color information

#863F13 (or 0x863F13) is unknown color: approx Saddle Brown. HEX triplet: 86, 3F and 13. RGB value is (134,63,19). Sum of RGB (Red+Green+Blue) = 134+63+19=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #863F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863F13 is #79C0EC. Grayscale: #4F4F4F. Windows color (decimal): -7979245 or 1261446. OLE color: 1261446.

HSL color Cylindrical-coordinate representation of color #863F13: hue angle of 22.96º 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 #863F13 is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB1346319-
CMYK00.530.860.47
HSL22.96º75.16%30%-
HSV(B)22.96º85.82%52.55%-
XYZ11.738.671.67-
YUV79.2194.02167.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.04%
GREEN value IS 63 (25% from 255) = 29.17%
BLUE value IS 19 (7.81% from 255) = 8.80%
R=62.04%
G=29.17%
B=8.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134631900.530.860.4722.9675.1630
Hex863F13035562F174b1e
Octal2067723065126572711336
Binary10000110111111100110110101101011010111110111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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