#825D25

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

Shades of Hot Curry #825D25

Tints of Hot Curry #825D25

Color information

#825D25 (or 0x825D25) is unknown color: approx Hot Curry. HEX triplet: 82, 5D and 25. RGB value is (130,93,37). Sum of RGB (Red+Green+Blue) = 130+93+37=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #825D25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825D25 is #7DA2DA. Grayscale: #616161. Windows color (decimal): -8233691 or 2448770. OLE color: 2448770.

HSL color Cylindrical-coordinate representation of color #825D25: hue angle of 36.13º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #825D25 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB1309337-
CMYK00.280.720.49
HSL36.13º55.69%32.75%-
HSV(B)36.13º71.54%50.98%-
XYZ13.4512.713.49-
YUV97.6893.76151.05-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50%
GREEN value IS 93 (36.72% from 255) = 35.77%
BLUE value IS 37 (14.84% from 255) = 14.23%
R=50%
G=35.77%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130933700.280.720.4936.1355.6932.75
Hex825D2501C4831243821
Octal2021354503411061447041
Binary1000001010111011001010111001001000110001100100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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