#864C00

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

Shades of Saddle Brown #864C00

Tints of Saddle Brown #864C00

Color information

#864C00 (or 0x864C00) is unknown color: approx Saddle Brown. HEX triplet: 86, 4C and 00. RGB value is (134,76,0). Sum of RGB (Red+Green+Blue) = 134+76+0=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #864C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864C00 is #79B3FF. Grayscale: #555555. Windows color (decimal): -7975936 or 19590. OLE color: 19590.

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

Color convert

RGB134760-
CMYK00.4310.47
HSL34.03º100%26.27%-
HSV(B)34.03º100%52.55%-
XYZ12.4210.241.32-
YUV84.6880.22163.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.81%
GREEN value IS 76 (30.08% from 255) = 36.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.81%
G=36.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13476000.4310.4734.0310026.27
Hex864C002B642F22641a
Octal2061140053144574214432
Binary100001101001100001010111100100101111100010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864C00; }

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

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

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

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

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

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

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

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