#825D2F

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

Shades of Hot Curry #825D2F

Tints of Hot Curry #825D2F

Color information

#825D2F (or 0x825D2F) is unknown color: approx Hot Curry. HEX triplet: 82, 5D and 2F. RGB value is (130,93,47). Sum of RGB (Red+Green+Blue) = 130+93+47=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #825D2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825D2F is #7DA2D0. Grayscale: #636363. Windows color (decimal): -8233681 or 3104130. OLE color: 3104130.

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

Color convert

RGB1309347-
CMYK00.280.640.49
HSL33.25º46.89%34.71%-
HSV(B)33.25º63.85%50.98%-
XYZ13.6312.784.44-
YUV98.8298.76150.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.15%
GREEN value IS 93 (36.72% from 255) = 34.44%
BLUE value IS 47 (18.75% from 255) = 17.41%
R=48.15%
G=34.44%
B=17.41%

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
Decimal130934700.280.640.4933.2546.8934.71
Hex825D2F01C4031212f23
Octal2021355703410061415743
Binary1000001010111011011110111001000000110001100001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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