#855D1D

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

Shades of Hot Curry #855D1D

Tints of Hot Curry #855D1D

Color information

#855D1D (or 0x855D1D) is unknown color: approx Hot Curry. HEX triplet: 85, 5D and 1D. RGB value is (133,93,29). Sum of RGB (Red+Green+Blue) = 133+93+29=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #855D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D1D is #7AA2E2. Grayscale: #616161. Windows color (decimal): -8037091 or 1924485. OLE color: 1924485.

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

Color convert

RGB1339329-
CMYK00.300.780.48
HSL36.92º64.2%31.76%-
HSV(B)36.92º78.2%52.16%-
XYZ13.8112.92.93-
YUV97.6689.25153.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 52.16%
GREEN value IS 93 (36.72% from 255) = 36.47%
BLUE value IS 29 (11.72% from 255) = 11.37%
R=52.16%
G=36.47%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133932900.300.780.4836.9264.231.76
Hex855D1D01E4E30254020
Octal20513535036116604510040
Binary1000010110111011110101111010011101100001001011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,93,29); }

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

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

 a { background-color: rgb(133,93,29); }

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

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

 span { border-color: rgb(133,93,29); }

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