#845A1C

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

Shades of Hot Curry #845A1C

Tints of Hot Curry #845A1C

Color information

#845A1C (or 0x845A1C) is unknown color: approx Hot Curry. HEX triplet: 84, 5A and 1C. RGB value is (132,90,28). Sum of RGB (Red+Green+Blue) = 132+90+28=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #845A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845A1C is #7BA5E3. Grayscale: #5F5F5F. Windows color (decimal): -8103396 or 1858180. OLE color: 1858180.

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

Color convert

RGB1329028-
CMYK00.320.790.48
HSL35.77º65%31.37%-
HSV(B)35.77º78.79%51.76%-
XYZ13.3812.32.77-
YUV95.4989.91154.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.8%
GREEN value IS 90 (35.55% from 255) = 36%
BLUE value IS 28 (11.33% from 255) = 11.2%
R=52.8%
G=36%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132902800.320.790.4835.776531.37
Hex845A1C0204F3024411f
Octal20413234040117604410137
Binary1000010010110101110001000001001111110000100100100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845A1C; }

 p { color: rgb(132,90,28); }

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

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

 a { background-color: rgb(132,90,28); }

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

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

 span { border-color: rgb(132,90,28); }

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