#825D19

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

Shades of Hot Curry #825D19

Tints of Hot Curry #825D19

Color information

#825D19 (or 0x825D19) is unknown color: approx Hot Curry. HEX triplet: 82, 5D and 19. RGB value is (130,93,25). Sum of RGB (Red+Green+Blue) = 130+93+25=248 (32% of max value = 765). Red value is 130 (51.17% from 255 or 52.42% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 25 (10.16% from 255 or 10.08% from 248); Max value from RGB is 130 - color contains mainly: red. Hex color #825D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825D19 is #7DA2E6. Grayscale: #606060. Windows color (decimal): -8233703 or 1662338. OLE color: 1662338.

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

Color convert

RGB1309325-
CMYK00.280.810.49
HSL38.86º67.74%30.39%-
HSV(B)38.86º80.77%50.98%-
XYZ13.312.642.66-
YUV96.3187.76152.03-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52.42%
GREEN value IS 93 (36.72% from 255) = 37.5%
BLUE value IS 25 (10.16% from 255) = 10.08%
R=52.42%
G=37.5%
B=10.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130932500.280.810.4938.8667.7430.39
Hex825D1901C513127441e
Octal20213531034121614710436
Binary100000101011101110010111001010001110001100111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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