#825C2F

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

Shades of Hot Curry #825C2F

Tints of Hot Curry #825C2F

Color information

#825C2F (or 0x825C2F) is unknown color: approx Hot Curry. HEX triplet: 82, 5C and 2F. RGB value is (130,92,47). Sum of RGB (Red+Green+Blue) = 130+92+47=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 92 (36.33% from 255 or 34.20% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #825C2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825C2F is #7DA3D0. Grayscale: #626262. Windows color (decimal): -8233937 or 3103874. OLE color: 3103874.

HSL color Cylindrical-coordinate representation of color #825C2F: hue angle of 32.53º 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 #825C2F is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB1309247-
CMYK00.290.640.49
HSL32.53º46.89%34.71%-
HSV(B)32.53º63.85%50.98%-
XYZ13.5512.614.41-
YUV98.2399.09150.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 92 (36.33% from 255) = 34.20%
BLUE value IS 47 (18.75% from 255) = 17.47%
R=48.33%
G=34.20%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130924700.290.640.4932.5346.8934.71
Hex825C2F01D4031212f23
Octal2021345703510061415743
Binary1000001010111001011110111011000000110001100001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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