#864A00

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

Shades of Saddle Brown #864A00

Tints of Saddle Brown #864A00

Color information

#864A00 (or 0x864A00) is unknown color: approx Saddle Brown. HEX triplet: 86, 4A and 00. RGB value is (134,74,0). Sum of RGB (Red+Green+Blue) = 134+74+0=208 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.42% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 134 - color contains mainly: red. Hex color #864A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864A00 is #79B5FF. Grayscale: #535353. Windows color (decimal): -7976448 or 19078. OLE color: 19078.

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

Color convert

RGB134740-
CMYK00.4510.47
HSL33.13º100%26.27%-
HSV(B)33.13º100%52.55%-
XYZ12.289.971.28-
YUV83.580.88164.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 64.42%
GREEN value IS 74 (29.30% from 255) = 35.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.42%
G=35.58%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13474000.4510.4733.1310026.27
Hex864A002D642F21641a
Octal2061120055144574114432
Binary100001101001010001011011100100101111100001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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