#85551C

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

Shades of Hot Curry #85551C

Tints of Hot Curry #85551C

Color information

#85551C (or 0x85551C) is unknown color: approx Hot Curry. HEX triplet: 85, 55 and 1C. RGB value is (133,85,28). Sum of RGB (Red+Green+Blue) = 133+85+28=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85551C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85551C is #7AAAE3. Grayscale: #5D5D5D. Windows color (decimal): -8039140 or 1856901. OLE color: 1856901.

HSL color Cylindrical-coordinate representation of color #85551C: hue angle of 32.57º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85551C is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.48.

Color convert

RGB1338528-
CMYK00.360.790.48
HSL32.57º65.22%31.57%-
HSV(B)32.57º78.95%52.16%-
XYZ13.1311.572.64-
YUV92.8591.4156.63-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 54.07%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 28 (11.33% from 255) = 11.38%
R=54.07%
G=34.55%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133852800.360.790.4832.5765.2231.57
Hex85551C0244F30214120
Octal20512534044117604110140
Binary10000101101010111100010010010011111100001000011000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85551C; }

 p { color: rgb(133,85,28); }

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

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

 a { background-color: rgb(133,85,28); }

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

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

 span { border-color: rgb(133,85,28); }

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