#853C1B

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

Shades of Russet #853C1B

Tints of Russet #853C1B

Color information

#853C1B (or 0x853C1B) is unknown color: approx Russet. HEX triplet: 85, 3C and 1B. RGB value is (133,60,27). Sum of RGB (Red+Green+Blue) = 133+60+27=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 60 (23.83% from 255 or 27.27% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #853C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C1B is #7AC3E4. Grayscale: #4E4E4E. Windows color (decimal): -8045541 or 1784965. OLE color: 1784965.

HSL color Cylindrical-coordinate representation of color #853C1B: hue angle of 18.68º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #853C1B is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.48.

Color convert

RGB1336027-
CMYK00.550.800.48
HSL18.68º66.25%31.37%-
HSV(B)18.68º79.7%52.16%-
XYZ11.498.32.03-
YUV78.0699.18167.18-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.45%
GREEN value IS 60 (23.83% from 255) = 27.27%
BLUE value IS 27 (10.94% from 255) = 12.27%
R=60.45%
G=27.27%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.80
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133602700.550.800.4818.6866.2531.37
Hex853C1B037503013421f
Octal2057433067120602310237
Binary10000101111100110110110111101000011000010011100001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853C1B; }

 p { color: rgb(133,60,27); }

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

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

 a { background-color: rgb(133,60,27); }

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

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

 span { border-color: rgb(133,60,27); }

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