#825D30

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

Shades of Hot Curry #825D30

Tints of Hot Curry #825D30

Color information

#825D30 (or 0x825D30) is unknown color: approx Hot Curry. HEX triplet: 82, 5D and 30. RGB value is (130,93,48). Sum of RGB (Red+Green+Blue) = 130+93+48=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #825D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825D30 is #7DA2CF. Grayscale: #636363. Windows color (decimal): -8233680 or 3169666. OLE color: 3169666.

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

Color convert

RGB1309348-
CMYK00.280.630.49
HSL32.93º46.07%34.9%-
HSV(B)32.93º63.08%50.98%-
XYZ13.6512.794.54-
YUV98.9399.26150.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 93 (36.72% from 255) = 34.32%
BLUE value IS 48 (19.14% from 255) = 17.71%
R=47.97%
G=34.32%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130934800.280.630.4932.9346.0734.9
Hex825D3001C3F31212e23
Octal202135600347761415643
Binary100000101011101110000011100111111110001100001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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