#855F21

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

Shades of Hot Curry #855F21

Tints of Hot Curry #855F21

Color information

#855F21 (or 0x855F21) is unknown color: approx Hot Curry. HEX triplet: 85, 5F and 21. RGB value is (133,95,33). Sum of RGB (Red+Green+Blue) = 133+95+33=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #855F21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F21 is #7AA0DE. Grayscale: #636363. Windows color (decimal): -8036575 or 2187141. OLE color: 2187141.

HSL color Cylindrical-coordinate representation of color #855F21: hue angle of 37.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #855F21 is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB1339533-
CMYK00.290.750.48
HSL37.2º60.24%32.55%-
HSV(B)37.2º75.19%52.16%-
XYZ14.0413.283.26-
YUV99.2990.59152.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 95 (37.5% from 255) = 36.40%
BLUE value IS 33 (13.28% from 255) = 12.64%
R=50.96%
G=36.40%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133953300.290.750.4837.260.2432.55
Hex855F2101D4B30253c21
Octal2051374103511360457441
Binary1000010110111111000010111011001011110000100101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,95,33); }

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

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

 a { background-color: rgb(133,95,33); }

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

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

 span { border-color: rgb(133,95,33); }

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