#854603

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

Shades of Saddle Brown #854603

Tints of Saddle Brown #854603

Color information

#854603 (or 0x854603) is unknown color: approx Saddle Brown. HEX triplet: 85, 46 and 03. RGB value is (133,70,3). Sum of RGB (Red+Green+Blue) = 133+70+3=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #854603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854603 is #7AB9FC. Grayscale: #515151. Windows color (decimal): -8043005 or 214661. OLE color: 214661.

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

Color convert

RGB133703-
CMYK00.470.980.48
HSL30.92º95.59%26.67%-
HSV(B)30.92º97.74%52.16%-
XYZ11.889.371.27-
YUV81.283.87164.95-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.56%
GREEN value IS 70 (27.73% from 255) = 33.98%
BLUE value IS 3 (1.56% from 255) = 1.46%
R=64.56%
G=33.98%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13370300.470.980.4830.9295.5926.67
Hex8546302F62301f601b
Octal2051063057142603714033
Binary100001011000110110101111110001011000011111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854603; }

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

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

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

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

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

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

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

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