#825A28

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

Shades of Hot Curry #825A28

Tints of Hot Curry #825A28

Color information

#825A28 (or 0x825A28) is unknown color: approx Hot Curry. HEX triplet: 82, 5A and 28. RGB value is (130,90,40). Sum of RGB (Red+Green+Blue) = 130+90+40=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #825A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825A28 is #7DA5D7. Grayscale: #606060. Windows color (decimal): -8234456 or 2644610. OLE color: 2644610.

HSL color Cylindrical-coordinate representation of color #825A28: hue angle of 33.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #825A28 is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1309040-
CMYK00.310.690.49
HSL33.33º52.94%33.33%-
HSV(B)33.33º69.23%50.98%-
XYZ13.2512.213.67-
YUV96.2696.25152.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50%
GREEN value IS 90 (35.55% from 255) = 34.62%
BLUE value IS 40 (16.02% from 255) = 15.38%
R=50%
G=34.62%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130904000.310.690.4933.3352.9433.33
Hex825A2801F4531213521
Octal2021325003710561416541
Binary1000001010110101010000111111000101110001100001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825A28; }

 p { color: rgb(130,90,40); }

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

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

 a { background-color: rgb(130,90,40); }

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

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

 span { border-color: rgb(130,90,40); }

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