#825C31

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

Shades of Hot Curry #825C31

Tints of Hot Curry #825C31

Color information

#825C31 (or 0x825C31) is unknown color: approx Hot Curry. HEX triplet: 82, 5C and 31. RGB value is (130,92,49). Sum of RGB (Red+Green+Blue) = 130+92+49=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #825C31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825C31 is #7DA3CE. Grayscale: #626262. Windows color (decimal): -8233935 or 3234946. OLE color: 3234946.

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

Color convert

RGB1309249-
CMYK00.290.620.49
HSL31.85º45.25%35.1%-
HSV(B)31.85º62.31%50.98%-
XYZ13.5912.624.63-
YUV98.46100.09150.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 92 (36.33% from 255) = 33.95%
BLUE value IS 49 (19.53% from 255) = 18.08%
R=47.97%
G=33.95%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130924900.290.620.4931.8545.2535.1
Hex825C3101D3E31202d23
Octal202134610357661405543
Binary100000101011100110001011101111110110001100000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,92,49); }

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

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

 a { background-color: rgb(130,92,49); }

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

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

 span { border-color: rgb(130,92,49); }

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