#825527

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

Shades of Hot Curry #825527

Tints of Hot Curry #825527

Color information

#825527 (or 0x825527) is unknown color: approx Hot Curry. HEX triplet: 82, 55 and 27. RGB value is (130,85,39). Sum of RGB (Red+Green+Blue) = 130+85+39=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #825527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825527 is #7DAAD8. Grayscale: #5D5D5D. Windows color (decimal): -8235737 or 2577794. OLE color: 2577794.

HSL color Cylindrical-coordinate representation of color #825527: hue angle of 30.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #825527 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1308539-
CMYK00.350.700.49
HSL30.33º53.85%33.14%-
HSV(B)30.33º70%50.98%-
XYZ12.8211.393.44-
YUV93.2197.41154.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.18%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 39 (15.62% from 255) = 15.35%
R=51.18%
G=33.46%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130853900.350.700.4930.3353.8533.14
Hex82552702346311e3621
Octal2021254704310661366641
Binary1000001010101011001110100011100011011000111110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825527; }

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

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

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

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

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

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

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

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