#854405

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

Shades of Saddle Brown #854405

Tints of Saddle Brown #854405

Color information

#854405 (or 0x854405) is unknown color: approx Saddle Brown. HEX triplet: 85, 44 and 05. RGB value is (133,68,5). Sum of RGB (Red+Green+Blue) = 133+68+5=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #854405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854405 is #7ABBFA. Grayscale: #505050. Windows color (decimal): -8043515 or 345221. OLE color: 345221.

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

Color convert

RGB133685-
CMYK00.490.960.48
HSL29.53º92.75%27.06%-
HSV(B)29.53º96.24%52.16%-
XYZ11.779.131.29-
YUV80.2585.53165.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.56%
GREEN value IS 68 (26.95% from 255) = 33.01%
BLUE value IS 5 (2.34% from 255) = 2.43%
R=64.56%
G=33.01%
B=2.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13368500.490.960.4829.5392.7527.06
Hex8544503160301e5d1b
Octal2051045061140603613533
Binary1000010110001001010110001110000011000011110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854405; }

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

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

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

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

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

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

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

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