#826132

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

Shades of Hot Curry #826132

Tints of Hot Curry #826132

Color information

#826132 (or 0x826132) is unknown color: approx Hot Curry. HEX triplet: 82, 61 and 32. RGB value is (130,97,50). Sum of RGB (Red+Green+Blue) = 130+97+50=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #826132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826132 is #7D9ECD. Grayscale: #656565. Windows color (decimal): -8232654 or 3301762. OLE color: 3301762.

HSL color Cylindrical-coordinate representation of color #826132: hue angle of 35.25º 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 #826132 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB1309750-
CMYK00.250.620.49
HSL35.25º44.44%35.29%-
HSV(B)35.25º61.54%50.98%-
XYZ14.0613.534.89-
YUV101.5198.93148.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.93%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 50 (19.92% from 255) = 18.05%
R=46.93%
G=35.02%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130975000.250.620.4935.2544.4435.29
Hex8261320193E31232c23
Octal202141620317661435443
Binary100000101100001110010011001111110110001100011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826132; }

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

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

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

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

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

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

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

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