#864800

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

Shades of Saddle Brown #864800

Tints of Saddle Brown #864800

Color information

#864800 (or 0x864800) is unknown color: approx Saddle Brown. HEX triplet: 86, 48 and 00. RGB value is (134,72,0). Sum of RGB (Red+Green+Blue) = 134+72+0=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #864800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864800 is #79B7FF. Grayscale: #525252. Windows color (decimal): -7976960 or 18566. OLE color: 18566.

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

Color convert

RGB134720-
CMYK00.4610.47
HSL32.24º100%26.27%-
HSV(B)32.24º100%52.55%-
XYZ12.159.71.23-
YUV82.3381.54164.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.05%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.05%
G=34.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13472000.4610.4732.2410026.27
Hex8648002E642F20641a
Octal2061100056144574014432
Binary100001101001000001011101100100101111100000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864800; }

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

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

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

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

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

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

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

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