#825F32

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

Shades of Hot Curry #825F32

Tints of Hot Curry #825F32

Color information

#825F32 (or 0x825F32) is unknown color: approx Hot Curry. HEX triplet: 82, 5F and 32. RGB value is (130,95,50). Sum of RGB (Red+Green+Blue) = 130+95+50=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #825F32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825F32 is #7DA0CD. Grayscale: #646464. Windows color (decimal): -8233166 or 3301250. OLE color: 3301250.

HSL color Cylindrical-coordinate representation of color #825F32: hue angle of 33.75º degrees, saturation: 0.44, 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 #825F32 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB1309550-
CMYK00.270.620.49
HSL33.75º44.44%35.29%-
HSV(B)33.75º61.54%50.98%-
XYZ13.8713.164.83-
YUV100.3499.6149.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.27%
GREEN value IS 95 (37.5% from 255) = 34.55%
BLUE value IS 50 (19.92% from 255) = 18.18%
R=47.27%
G=34.55%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130955000.270.620.4933.7544.4435.29
Hex825F3201B3E31222c23
Octal202137620337661425443
Binary100000101011111110010011011111110110001100010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,95,50); }

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

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

 a { background-color: rgb(130,95,50); }

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

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

 span { border-color: rgb(130,95,50); }

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