#825523

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

Shades of Hot Curry #825523

Tints of Hot Curry #825523

Color information

#825523 (or 0x825523) is unknown color: approx Hot Curry. HEX triplet: 82, 55 and 23. RGB value is (130,85,35). Sum of RGB (Red+Green+Blue) = 130+85+35=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 35 (14.06% from 255 or 14% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #825523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825523 is #7DAADC. Grayscale: #5D5D5D. Windows color (decimal): -8235741 or 2315650. OLE color: 2315650.

HSL color Cylindrical-coordinate representation of color #825523: hue angle of 31.58º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #825523 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB1308535-
CMYK00.350.730.49
HSL31.58º57.58%32.35%-
HSV(B)31.58º73.08%50.98%-
XYZ12.7611.363.11-
YUV92.7595.41154.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 35 (14.06% from 255) = 14%
R=52%
G=34%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130853500.350.730.4931.5857.5832.35
Hex8255230234931203a20
Octal2021254304311161407240
Binary10000010101010110001101000111001001110001100000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825523; }

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

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

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

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

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

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

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

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