#825428

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

Shades of Hot Curry #825428

Tints of Hot Curry #825428

Color information

#825428 (or 0x825428) is unknown color: approx Hot Curry. HEX triplet: 82, 54 and 28. RGB value is (130,84,40). Sum of RGB (Red+Green+Blue) = 130+84+40=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 84 (33.20% from 255 or 33.07% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #825428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825428 is #7DABD7. Grayscale: #5C5C5C. Windows color (decimal): -8235992 or 2643074. OLE color: 2643074.

HSL color Cylindrical-coordinate representation of color #825428: hue angle of 29.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 #825428 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1308440-
CMYK00.350.690.49
HSL29.33º52.94%33.33%-
HSV(B)29.33º69.23%50.98%-
XYZ12.7611.243.5-
YUV92.7498.24154.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.18%
GREEN value IS 84 (33.20% from 255) = 33.07%
BLUE value IS 40 (16.02% from 255) = 15.75%
R=51.18%
G=33.07%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130844000.350.690.4929.3352.9433.33
Hex82542802345311d3521
Octal2021245004310561356541
Binary1000001010101001010000100011100010111000111101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825428; }

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

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

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

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

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

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

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

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