#864100

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

Shades of Saddle Brown #864100

Tints of Saddle Brown #864100

Color information

#864100 (or 0x864100) is unknown color: approx Saddle Brown. HEX triplet: 86, 41 and 00. RGB value is (134,65,0). Sum of RGB (Red+Green+Blue) = 134+65+0=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #864100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864100 is #79BEFF. Grayscale: #4E4E4E. Windows color (decimal): -7978752 or 16774. OLE color: 16774.

HSL color Cylindrical-coordinate representation of color #864100: hue angle of 29.1º 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 #864100 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.47.

Color convert

RGB134650-
CMYK00.5110.47
HSL29.1º100%26.27%-
HSV(B)29.1º100%52.55%-
XYZ11.728.851.09-
YUV78.2283.86167.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.34%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.34%
G=32.66%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13465000.5110.4729.110026.27
Hex86410033642F1d641a
Octal2061010063144573514432
Binary10000110100000100110011110010010111111101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864100; }

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

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

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

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

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

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

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

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