#863F10

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

Shades of Saddle Brown #863F10

Tints of Saddle Brown #863F10

Color information

#863F10 (or 0x863F10) is unknown color: approx Saddle Brown. HEX triplet: 86, 3F and 10. RGB value is (134,63,16). Sum of RGB (Red+Green+Blue) = 134+63+16=213 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.91% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 134 - color contains mainly: red. Hex color #863F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863F10 is #79C0EF. Grayscale: #4F4F4F. Windows color (decimal): -7979248 or 1064838. OLE color: 1064838.

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

Color convert

RGB1346316-
CMYK00.530.880.47
HSL23.9º78.67%29.41%-
HSV(B)23.9º88.06%52.55%-
XYZ11.78.661.55-
YUV78.8792.52167.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 62.91%
GREEN value IS 63 (25% from 255) = 29.58%
BLUE value IS 16 (6.64% from 255) = 7.51%
R=62.91%
G=29.58%
B=7.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134631600.530.880.4723.978.6729.41
Hex863F10035582F184f1d
Octal2067720065130573011735
Binary10000110111111100000110101101100010111111000100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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