#825F20

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

Shades of Hot Curry #825F20

Tints of Hot Curry #825F20

Color information

#825F20 (or 0x825F20) is unknown color: approx Hot Curry. HEX triplet: 82, 5F and 20. RGB value is (130,95,32). Sum of RGB (Red+Green+Blue) = 130+95+32=257 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50.58% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 130 - color contains mainly: red. Hex color #825F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F20 is #7DA0DF. Grayscale: #626262. Windows color (decimal): -8233184 or 2121602. OLE color: 2121602.

HSL color Cylindrical-coordinate representation of color #825F20: hue angle of 38.57º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #825F20 is Cyan = 0, Magento = 0.27, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB1309532-
CMYK00.270.750.49
HSL38.57º60.49%31.76%-
HSV(B)38.57º75.38%50.98%-
XYZ13.5613.033.17-
YUV98.2890.6150.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50.58%
GREEN value IS 95 (37.5% from 255) = 36.96%
BLUE value IS 32 (12.89% from 255) = 12.45%
R=50.58%
G=36.96%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130953200.270.750.4938.5760.4931.76
Hex825F2001B4B31273c20
Octal2021374003311361477440
Binary1000001010111111000000110111001011110001100111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,95,32); }

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

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

 a { background-color: rgb(130,95,32); }

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

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

 span { border-color: rgb(130,95,32); }

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