#825B28

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

Shades of Hot Curry #825B28

Tints of Hot Curry #825B28

Color information

#825B28 (or 0x825B28) is unknown color: approx Hot Curry. HEX triplet: 82, 5B and 28. RGB value is (130,91,40). Sum of RGB (Red+Green+Blue) = 130+91+40=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 40 (16.02% from 255 or 15.33% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #825B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825B28 is #7DA4D7. Grayscale: #616161. Windows color (decimal): -8234200 or 2644866. OLE color: 2644866.

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

Color convert

RGB1309140-
CMYK00.300.690.49
HSL34º52.94%33.33%-
HSV(B)34º69.23%50.98%-
XYZ13.3312.383.69-
YUV96.8595.92151.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.81%
GREEN value IS 91 (35.94% from 255) = 34.87%
BLUE value IS 40 (16.02% from 255) = 15.33%
R=49.81%
G=34.87%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130914000.300.690.493452.9433.33
Hex825B2801E4531223521
Octal2021335003610561426541
Binary1000001010110111010000111101000101110001100010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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