#825D27

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

Shades of Hot Curry #825D27

Tints of Hot Curry #825D27

Color information

#825D27 (or 0x825D27) is unknown color: approx Hot Curry. HEX triplet: 82, 5D and 27. RGB value is (130,93,39). Sum of RGB (Red+Green+Blue) = 130+93+39=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 93 (36.72% from 255 or 35.50% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #825D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825D27 is #7DA2D8. Grayscale: #626262. Windows color (decimal): -8233689 or 2579842. OLE color: 2579842.

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

Color convert

RGB1309339-
CMYK00.280.700.49
HSL35.6º53.85%33.14%-
HSV(B)35.6º70%50.98%-
XYZ13.4912.723.66-
YUV97.9194.76150.89-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.62%
GREEN value IS 93 (36.72% from 255) = 35.50%
BLUE value IS 39 (15.62% from 255) = 14.89%
R=49.62%
G=35.50%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130933900.280.700.4935.653.8533.14
Hex825D2701C4631243621
Octal2021354703410661446641
Binary1000001010111011001110111001000110110001100100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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