#854305

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

Shades of Saddle Brown #854305

Tints of Saddle Brown #854305

Color information

#854305 (or 0x854305) is unknown color: approx Saddle Brown. HEX triplet: 85, 43 and 05. RGB value is (133,67,5). Sum of RGB (Red+Green+Blue) = 133+67+5=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #854305 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854305 is #7ABCFA. Grayscale: #4F4F4F. Windows color (decimal): -8043771 or 344965. OLE color: 344965.

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

Color convert

RGB133675-
CMYK00.500.960.48
HSL29.06º92.75%27.06%-
HSV(B)29.06º96.24%52.16%-
XYZ11.719.011.27-
YUV79.6785.87166.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.88%
GREEN value IS 67 (26.56% from 255) = 32.68%
BLUE value IS 5 (2.34% from 255) = 2.44%
R=64.88%
G=32.68%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13367500.500.960.4829.0692.7527.06
Hex8543503260301d5d1b
Octal2051035062140603513533
Binary1000010110000111010110010110000011000011101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854305; }

 p { color: rgb(133,67,5); }

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

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

 a { background-color: rgb(133,67,5); }

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

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

 span { border-color: rgb(133,67,5); }

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