#863f0d

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

Shades of Saddle Brown #863F0D

Tints of Saddle Brown #863F0D

Color information

#863F0D (or 0x863F0D) is unknown color: approx Saddle Brown. HEX triplet: 86, 3F and 0D. RGB value is (134,63,13). Sum of RGB (Red+Green+Blue) = 134+63+13=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #863F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863F0D is #79C0F2. Grayscale: #4E4E4E. Windows color (decimal): -7979251 or 868230. OLE color: 868230.

HSL color Cylindrical-coordinate representation of color #863F0D: hue angle of 24.79º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #863F0D is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB1346313-
CMYK00.530.900.47
HSL24.79º82.31%28.82%-
HSV(B)24.79º90.3%52.55%-
XYZ11.688.651.44-
YUV78.5391.02167.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.81%
GREEN value IS 63 (25% from 255) = 30%
BLUE value IS 13 (5.47% from 255) = 6.19%
R=63.81%
G=30%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134631300.530.900.4724.7982.3128.82
Hex863FD0355A2F19521d
Octal2067715065132573112235
Binary1000011011111111010110101101101010111111001101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863f0d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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