#864A02

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

Shades of Saddle Brown #864A02

Tints of Saddle Brown #864A02

Color information

#864A02 (or 0x864A02) is unknown color: approx Saddle Brown. HEX triplet: 86, 4A and 02. RGB value is (134,74,2). Sum of RGB (Red+Green+Blue) = 134+74+2=210 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.81% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 2 (1.17% from 255 or 0.95% from 210); Max value from RGB is 134 - color contains mainly: red. Hex color #864A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864A02 is #79B5FD. Grayscale: #545454. Windows color (decimal): -7976446 or 150150. OLE color: 150150.

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

Color convert

RGB134742-
CMYK00.450.990.47
HSL32.73º97.06%26.67%-
HSV(B)32.73º98.51%52.55%-
XYZ12.299.971.33-
YUV83.7381.88163.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.81%
GREEN value IS 74 (29.30% from 255) = 35.24%
BLUE value IS 2 (1.17% from 255) = 0.95%
R=63.81%
G=35.24%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13474200.450.990.4732.7397.0626.67
Hex864A202D632F21611b
Octal2061122055143574114133
Binary1000011010010101001011011100011101111100001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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