#854B1C

Color #854B1C Russet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russet #854B1C

Tints of Russet #854B1C

Color information

#854B1C (or 0x854B1C) is unknown color: approx Russet. HEX triplet: 85, 4B and 1C. RGB value is (133,75,28). Sum of RGB (Red+Green+Blue) = 133+75+28=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #854B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854B1C is #7AB4E3. Grayscale: #575757. Windows color (decimal): -8041700 or 1854341. OLE color: 1854341.

HSL color Cylindrical-coordinate representation of color #854B1C: hue angle of 26.86º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #854B1C is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB1337528-
CMYK00.440.790.48
HSL26.86º65.22%31.57%-
HSV(B)26.86º78.95%52.16%-
XYZ12.410.12.4-
YUV86.9894.72160.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.36%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 28 (11.33% from 255) = 11.86%
R=56.36%
G=31.78%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133752800.440.790.4826.8665.2231.57
Hex854B1C02C4F301b4120
Octal20511334054117603310140
Binary1000010110010111110001011001001111110000110111000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854B1C; }

 p { color: rgb(133,75,28); }

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

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

 a { background-color: rgb(133,75,28); }

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

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

 span { border-color: rgb(133,75,28); }

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