#864001

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

Shades of Saddle Brown #864001

Tints of Saddle Brown #864001

Color information

#864001 (or 0x864001) is unknown color: approx Saddle Brown. HEX triplet: 86, 40 and 01. RGB value is (134,64,1). Sum of RGB (Red+Green+Blue) = 134+64+1=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #864001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864001 is #79BFFE. Grayscale: #4E4E4E. Windows color (decimal): -7979007 or 82054. OLE color: 82054.

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

Color convert

RGB134641-
CMYK00.520.990.47
HSL28.42º98.52%26.47%-
HSV(B)28.42º99.25%52.55%-
XYZ11.678.741.1-
YUV77.7584.69168.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.34%
GREEN value IS 64 (25.39% from 255) = 32.16%
BLUE value IS 1 (0.78% from 255) = 0.50%
R=67.34%
G=32.16%
B=0.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13464100.520.990.4728.4298.5226.47
Hex86401034632F1c631a
Octal2061001064143573414332
Binary10000110100000010110100110001110111111100110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864001; }

 p { color: rgb(134,64,1); }

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

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

 a { background-color: rgb(134,64,1); }

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

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

 span { border-color: rgb(134,64,1); }

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