#825E2A

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

Shades of Hot Curry #825E2A

Tints of Hot Curry #825E2A

Color information

#825E2A (or 0x825E2A) is unknown color: approx Hot Curry. HEX triplet: 82, 5E and 2A. RGB value is (130,94,42). Sum of RGB (Red+Green+Blue) = 130+94+42=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 94 (37.11% from 255 or 35.34% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #825E2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E2A is #7DA1D5. Grayscale: #636363. Windows color (decimal): -8233430 or 2776706. OLE color: 2776706.

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

Color convert

RGB1309442-
CMYK00.280.680.49
HSL35.45º51.16%33.73%-
HSV(B)35.45º67.69%50.98%-
XYZ13.6312.923.97-
YUV98.8495.93150.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.87%
GREEN value IS 94 (37.11% from 255) = 35.34%
BLUE value IS 42 (16.80% from 255) = 15.79%
R=48.87%
G=35.34%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130944200.280.680.4935.4551.1633.73
Hex825E2A01C4431233322
Octal2021365203410461436342
Binary1000001010111101010100111001000100110001100011110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,94,42); }

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

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

 a { background-color: rgb(130,94,42); }

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

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

 span { border-color: rgb(130,94,42); }

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