#863809

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

Shades of Saddle Brown #863809

Tints of Saddle Brown #863809

Color information

#863809 (or 0x863809) is unknown color: approx Saddle Brown. HEX triplet: 86, 38 and 09. RGB value is (134,56,9). Sum of RGB (Red+Green+Blue) = 134+56+9=199 (26% of max value = 765). Red value is 134 (52.73% from 255 or 67.34% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 9 (3.91% from 255 or 4.52% from 199); Max value from RGB is 134 - color contains mainly: red. Hex color #863809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863809 is #79C7F6. Grayscale: #4A4A4A. Windows color (decimal): -7981047 or 604294. OLE color: 604294.

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

Color convert

RGB134569-
CMYK00.580.930.47
HSL22.56º87.41%28.04%-
HSV(B)22.56º93.28%52.55%-
XYZ11.297.921.19-
YUV73.9691.34170.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 67.34%
GREEN value IS 56 (22.27% from 255) = 28.14%
BLUE value IS 9 (3.91% from 255) = 4.52%
R=67.34%
G=28.14%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13456900.580.930.4722.5687.4128.04
Hex8638903A5D2F17571c
Octal2067011072135572712734
Binary1000011011100010010111010101110110111110111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863809; }

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

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

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

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

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

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

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

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