#863F05

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

Shades of Saddle Brown #863F05

Tints of Saddle Brown #863F05

Color information

#863F05 (or 0x863F05) is unknown color: approx Saddle Brown. HEX triplet: 86, 3F and 05. RGB value is (134,63,5). Sum of RGB (Red+Green+Blue) = 134+63+5=202 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.34% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 5 (2.34% from 255 or 2.48% from 202); Max value from RGB is 134 - color contains mainly: red. Hex color #863F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863F05 is #79C0FA. Grayscale: #4D4D4D. Windows color (decimal): -7979259 or 343942. OLE color: 343942.

HSL color Cylindrical-coordinate representation of color #863F05: hue angle of 26.98º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #863F05 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB134635-
CMYK00.530.960.47
HSL26.98º92.81%27.25%-
HSV(B)26.98º96.27%52.55%-
XYZ11.648.631.2-
YUV77.6287.02168.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 66.34%
GREEN value IS 63 (25% from 255) = 31.19%
BLUE value IS 5 (2.34% from 255) = 2.48%
R=66.34%
G=31.19%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13463500.530.960.4726.9892.8127.25
Hex863F5035602F1b5d1b
Octal206775065140573313533
Binary100001101111111010110101110000010111111011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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