#845523

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

Shades of Hot Curry #845523

Tints of Hot Curry #845523

Color information

#845523 (or 0x845523) is unknown color: approx Hot Curry. HEX triplet: 84, 55 and 23. RGB value is (132,85,35). Sum of RGB (Red+Green+Blue) = 132+85+35=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #845523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845523 is #7BAADC. Grayscale: #5D5D5D. Windows color (decimal): -8104669 or 2315652. OLE color: 2315652.

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

Color convert

RGB1328535-
CMYK00.360.730.48
HSL30.93º58.08%32.75%-
HSV(B)30.93º73.48%51.76%-
XYZ13.0711.523.13-
YUV93.3595.07155.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.38%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 35 (14.06% from 255) = 13.89%
R=52.38%
G=33.73%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132853500.360.730.4830.9358.0832.75
Hex84552302449301f3a21
Octal2041254304411160377241
Binary1000010010101011000110100100100100111000011111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845523; }

 p { color: rgb(132,85,35); }

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

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

 a { background-color: rgb(132,85,35); }

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

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

 span { border-color: rgb(132,85,35); }

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