#864500

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

Shades of Saddle Brown #864500

Tints of Saddle Brown #864500

Color information

#864500 (or 0x864500) is unknown color: approx Saddle Brown. HEX triplet: 86, 45 and 00. RGB value is (134,69,0). Sum of RGB (Red+Green+Blue) = 134+69+0=203 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.01% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 134 - color contains mainly: red. Hex color #864500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864500 is #79BAFF. Grayscale: #505050. Windows color (decimal): -7977728 or 17798. OLE color: 17798.

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

Color convert

RGB134690-
CMYK00.4910.47
HSL30.9º100%26.27%-
HSV(B)30.9º100%52.55%-
XYZ11.969.321.17-
YUV80.5782.53166.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 66.01%
GREEN value IS 69 (27.34% from 255) = 33.99%
BLUE value IS 0 (0.39% from 255) = 0%
R=66.01%
G=33.99%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13469000.4910.4730.910026.27
Hex86450031642F1f641a
Octal2061050061144573714432
Binary10000110100010100110001110010010111111111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864500; }

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

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

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

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

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

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

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

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