#825529

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

Shades of Hot Curry #825529

Tints of Hot Curry #825529

Color information

#825529 (or 0x825529) is unknown color: approx Hot Curry. HEX triplet: 82, 55 and 29. RGB value is (130,85,41). Sum of RGB (Red+Green+Blue) = 130+85+41=256 (33% of max value = 765). Red value is 130 (51.17% from 255 or 50.78% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 130 - color contains mainly: red. Hex color #825529 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825529 is #7DAAD6. Grayscale: #5D5D5D. Windows color (decimal): -8235735 or 2708866. OLE color: 2708866.

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

Color convert

RGB1308541-
CMYK00.350.680.49
HSL29.66º52.05%33.53%-
HSV(B)29.66º68.46%50.98%-
XYZ12.8511.43.62-
YUV93.4498.41154.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.78%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 41 (16.41% from 255) = 16.02%
R=50.78%
G=33.20%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130854100.350.680.4929.6652.0533.53
Hex82552902344311e3422
Octal2021255104310461366442
Binary1000001010101011010010100011100010011000111110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825529; }

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

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

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

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

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

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

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

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