#825E2F

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

Shades of Hot Curry #825E2F

Tints of Hot Curry #825E2F

Color information

#825E2F (or 0x825E2F) is unknown color: approx Hot Curry. HEX triplet: 82, 5E and 2F. RGB value is (130,94,47). Sum of RGB (Red+Green+Blue) = 130+94+47=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #825E2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825E2F is #7DA1D0. Grayscale: #636363. Windows color (decimal): -8233425 or 3104386. OLE color: 3104386.

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

Color convert

RGB1309447-
CMYK00.280.640.49
HSL33.98º46.89%34.71%-
HSV(B)33.98º63.85%50.98%-
XYZ13.7212.964.47-
YUV99.4198.43149.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 94 (37.11% from 255) = 34.69%
BLUE value IS 47 (18.75% from 255) = 17.34%
R=47.97%
G=34.69%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130944700.280.640.4933.9846.8934.71
Hex825E2F01C4031222f23
Octal2021365703410061425743
Binary1000001010111101011110111001000000110001100010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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