#854103

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

Shades of Saddle Brown #854103

Tints of Saddle Brown #854103

Color information

#854103 (or 0x854103) is unknown color: approx Saddle Brown. HEX triplet: 85, 41 and 03. RGB value is (133,65,3). Sum of RGB (Red+Green+Blue) = 133+65+3=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 3 (1.56% from 255 or 1.49% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #854103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854103 is #7ABEFC. Grayscale: #4E4E4E. Windows color (decimal): -8044285 or 213381. OLE color: 213381.

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

Color convert

RGB133653-
CMYK00.510.980.48
HSL28.62º95.59%26.67%-
HSV(B)28.62º97.74%52.16%-
XYZ11.588.771.17-
YUV78.2685.53167.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.17%
GREEN value IS 65 (25.78% from 255) = 32.34%
BLUE value IS 3 (1.56% from 255) = 1.49%
R=66.17%
G=32.34%
B=1.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13365300.510.980.4828.6295.5926.67
Hex8541303362301d601b
Octal2051013063142603514033
Binary100001011000001110110011110001011000011101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854103; }

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

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

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

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

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

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

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

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