#855B28

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

Shades of Hot Curry #855B28

Tints of Hot Curry #855B28

Color information

#855B28 (or 0x855B28) is unknown color: approx Hot Curry. HEX triplet: 85, 5B and 28. RGB value is (133,91,40). Sum of RGB (Red+Green+Blue) = 133+91+40=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #855B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B28 is #7AA4D7. Grayscale: #616161. Windows color (decimal): -8037592 or 2644869. OLE color: 2644869.

HSL color Cylindrical-coordinate representation of color #855B28: hue angle of 32.9º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #855B28 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB1339140-
CMYK00.320.700.48
HSL32.9º53.76%33.92%-
HSV(B)32.9º69.92%52.16%-
XYZ13.812.623.72-
YUV97.7495.41153.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.38%
GREEN value IS 91 (35.94% from 255) = 34.47%
BLUE value IS 40 (16.02% from 255) = 15.15%
R=50.38%
G=34.47%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133914000.320.700.4832.953.7633.92
Hex855B280204630213622
Octal2051335004010660416642
Binary10000101101101110100001000001000110110000100001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,91,40); }

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

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

 a { background-color: rgb(133,91,40); }

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

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

 span { border-color: rgb(133,91,40); }

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