#854600

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

Shades of Saddle Brown #854600

Tints of Saddle Brown #854600

Color information

#854600 (or 0x854600) is unknown color: approx Saddle Brown. HEX triplet: 85, 46 and 00. RGB value is (133,70,0). Sum of RGB (Red+Green+Blue) = 133+70+0=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #854600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854600 is #7AB9FF. Grayscale: #515151. Windows color (decimal): -8043008 or 18053. OLE color: 18053.

HSL color Cylindrical-coordinate representation of color #854600: hue angle of 31.58º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #854600 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB133700-
CMYK00.4710.48
HSL31.58º100%26.08%-
HSV(B)31.58º100%52.16%-
XYZ11.869.371.18-
YUV80.8682.37165.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.52%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=65.52%
G=34.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13370000.4710.4831.5810026.08
Hex8546002F643020641a
Octal2051060057144604014432
Binary100001011000110001011111100100110000100000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854600; }

 p { color: rgb(133,70,0); }

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

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

 a { background-color: rgb(133,70,0); }

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

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

 span { border-color: rgb(133,70,0); }

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