#863600

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

Shades of Saddle Brown #863600

Tints of Saddle Brown #863600

Color information

#863600 (or 0x863600) is unknown color: approx Saddle Brown. HEX triplet: 86, 36 and 00. RGB value is (134,54,0). Sum of RGB (Red+Green+Blue) = 134+54+0=188 (24% of max value = 765). Red value is 134 (52.73% from 255 or 71.28% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 134 - color contains mainly: red. Hex color #863600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863600 is #79C9FF. Grayscale: #484848. Windows color (decimal): -7981568 or 13958. OLE color: 13958.

HSL color Cylindrical-coordinate representation of color #863600: hue angle of 24.18º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #863600 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB134540-
CMYK00.6010.47
HSL24.18º100%26.27%-
HSV(B)24.18º100%52.55%-
XYZ11.157.710.9-
YUV71.7687.5172.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 71.28%
GREEN value IS 54 (21.48% from 255) = 28.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.28%
G=28.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13454000.6010.4724.1810026.27
Hex8636003C642F18641a
Octal206660074144573014432
Binary1000011011011000111100110010010111111000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863600; }

 p { color: rgb(134,54,0); }

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

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

 a { background-color: rgb(134,54,0); }

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

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

 span { border-color: rgb(134,54,0); }

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