#854503

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

Shades of Saddle Brown #854503

Tints of Saddle Brown #854503

Color information

#854503 (or 0x854503) is unknown color: approx Saddle Brown. HEX triplet: 85, 45 and 03. RGB value is (133,69,3). Sum of RGB (Red+Green+Blue) = 133+69+3=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 3 (1.56% from 255 or 1.46% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #854503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854503 is #7ABAFC. Grayscale: #505050. Windows color (decimal): -8043261 or 214405. OLE color: 214405.

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

Color convert

RGB133693-
CMYK00.480.980.48
HSL30.46º95.59%26.67%-
HSV(B)30.46º97.74%52.16%-
XYZ11.829.251.25-
YUV80.6184.2165.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.88%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 3 (1.56% from 255) = 1.46%
R=64.88%
G=33.66%
B=1.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13369300.480.980.4830.4695.5926.67
Hex8545303062301e601b
Octal2051053060142603614033
Binary100001011000101110110000110001011000011110110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854503; }

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

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

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

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

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

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

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

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