#855A2C

Color #855A2C Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #855A2C

Tints of Hot Curry #855A2C

Color information

#855A2C (or 0x855A2C) is unknown color: approx Hot Curry. HEX triplet: 85, 5A and 2C. RGB value is (133,90,44). Sum of RGB (Red+Green+Blue) = 133+90+44=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #855A2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A2C is #7AA5D3. Grayscale: #616161. Windows color (decimal): -8037844 or 2906757. OLE color: 2906757.

HSL color Cylindrical-coordinate representation of color #855A2C: hue angle of 31.01º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #855A2C is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1339044-
CMYK00.320.670.48
HSL31.01º50.28%34.71%-
HSV(B)31.01º66.92%52.16%-
XYZ13.7812.484.07-
YUV97.6197.75153.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 90 (35.55% from 255) = 33.71%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=49.81%
G=33.71%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133904400.320.670.4831.0150.2834.71
Hex855A2C02043301f3223
Octal2051325404010360376243
Binary1000010110110101011000100000100001111000011111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855A2C; }

 p { color: rgb(133,90,44); }

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

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

 a { background-color: rgb(133,90,44); }

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

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

 span { border-color: rgb(133,90,44); }

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