#855715

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

Shades of Hot Curry #855715

Tints of Hot Curry #855715

Color information

#855715 (or 0x855715) is unknown color: approx Hot Curry. HEX triplet: 85, 57 and 15. RGB value is (133,87,21). Sum of RGB (Red+Green+Blue) = 133+87+21=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #855715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855715 is #7AA8EA. Grayscale: #5D5D5D. Windows color (decimal): -8038635 or 1398661. OLE color: 1398661.

HSL color Cylindrical-coordinate representation of color #855715: hue angle of 35.36º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #855715 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB1338721-
CMYK00.350.840.48
HSL35.36º72.73%30.2%-
HSV(B)35.36º84.21%52.16%-
XYZ13.2211.862.3-
YUV93.2387.24156.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 55.19%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=55.19%
G=36.10%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133872100.350.840.4835.3672.7330.2
Hex855715023543023491e
Octal20512725043124604311136
Binary1000010110101111010101000111010100110000100011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855715; }

 p { color: rgb(133,87,21); }

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

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

 a { background-color: rgb(133,87,21); }

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

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

 span { border-color: rgb(133,87,21); }

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