#825F27

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

Shades of Hot Curry #825F27

Tints of Hot Curry #825F27

Color information

#825F27 (or 0x825F27) is unknown color: approx Hot Curry. HEX triplet: 82, 5F and 27. RGB value is (130,95,39). Sum of RGB (Red+Green+Blue) = 130+95+39=264 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.24% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 130 - color contains mainly: red. Hex color #825F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F27 is #7DA0D8. Grayscale: #636363. Windows color (decimal): -8233177 or 2580354. OLE color: 2580354.

HSL color Cylindrical-coordinate representation of color #825F27: hue angle of 36.92º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #825F27 is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1309539-
CMYK00.270.700.49
HSL36.92º53.85%33.14%-
HSV(B)36.92º70%50.98%-
XYZ13.6613.083.72-
YUV99.0894.1150.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.24%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 39 (15.62% from 255) = 14.77%
R=49.24%
G=35.98%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130953900.270.700.4936.9253.8533.14
Hex825F2701B4631253621
Octal2021374703310661456641
Binary1000001010111111001110110111000110110001100101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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