#864409

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

Shades of Saddle Brown #864409

Tints of Saddle Brown #864409

Color information

#864409 (or 0x864409) is unknown color: approx Saddle Brown. HEX triplet: 86, 44 and 09. RGB value is (134,68,9). Sum of RGB (Red+Green+Blue) = 134+68+9=211 (27% of max value = 765). Red value is 134 (52.73% from 255 or 63.51% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 134 - color contains mainly: red. Hex color #864409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #864409 is #79BBF6. Grayscale: #515151. Windows color (decimal): -7977975 or 607366. OLE color: 607366.

HSL color Cylindrical-coordinate representation of color #864409: hue angle of 28.32º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #864409 is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB134689-
CMYK00.490.930.47
HSL28.32º87.41%28.04%-
HSV(B)28.32º93.28%52.55%-
XYZ11.959.221.41-
YUV81.0187.37165.8-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 63.51%
GREEN value IS 68 (26.95% from 255) = 32.23%
BLUE value IS 9 (3.91% from 255) = 4.27%
R=63.51%
G=32.23%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13468900.490.930.4728.3287.4128.04
Hex864490315D2F1c571c
Octal20610411061135573412734
Binary10000110100010010010110001101110110111111100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864409; }

 p { color: rgb(134,68,9); }

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

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

 a { background-color: rgb(134,68,9); }

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

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

 span { border-color: rgb(134,68,9); }

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