#855f27

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

Shades of Hot Curry #855F27

Tints of Hot Curry #855F27

Color information

#855F27 (or 0x855F27) is unknown color: approx Hot Curry. HEX triplet: 85, 5F and 27. RGB value is (133,95,39). Sum of RGB (Red+Green+Blue) = 133+95+39=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #855F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855F27 is #7AA0D8. Grayscale: #646464. Windows color (decimal): -8036569 or 2580357. OLE color: 2580357.

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

Color convert

RGB1339539-
CMYK00.290.710.48
HSL35.74º54.65%33.73%-
HSV(B)35.74º70.68%52.16%-
XYZ14.1313.323.75-
YUV99.9893.59151.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 95 (37.5% from 255) = 35.58%
BLUE value IS 39 (15.62% from 255) = 14.61%
R=49.81%
G=35.58%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133953900.290.710.4835.7454.6533.73
Hex855F2701D4730243722
Octal2051374703510760446742
Binary1000010110111111001110111011000111110000100100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855f27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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