#854909

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

Shades of Saddle Brown #854909

Tints of Saddle Brown #854909

Color information

#854909 (or 0x854909) is unknown color: approx Saddle Brown. HEX triplet: 85, 49 and 09. RGB value is (133,73,9). Sum of RGB (Red+Green+Blue) = 133+73+9=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 9 (3.91% from 255 or 4.19% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #854909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854909 is #7AB6F6. Grayscale: #535353. Windows color (decimal): -8042231 or 608645. OLE color: 608645.

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

Color convert

RGB133739-
CMYK00.450.930.48
HSL30.97º87.32%27.84%-
HSV(B)30.97º93.23%52.16%-
XYZ12.19.771.51-
YUV83.6485.88163.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.86%
GREEN value IS 73 (28.91% from 255) = 33.95%
BLUE value IS 9 (3.91% from 255) = 4.19%
R=61.86%
G=33.95%
B=4.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13373900.450.930.4830.9787.3227.84
Hex8549902D5D301f571c
Octal20511111055135603712734
Binary10000101100100110010101101101110111000011111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854909; }

 p { color: rgb(133,73,9); }

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

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

 a { background-color: rgb(133,73,9); }

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

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

 span { border-color: rgb(133,73,9); }

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