#826232

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

Shades of Hot Curry #826232

Tints of Hot Curry #826232

Color information

#826232 (or 0x826232) is unknown color: approx Hot Curry. HEX triplet: 82, 62 and 32. RGB value is (130,98,50). Sum of RGB (Red+Green+Blue) = 130+98+50=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #826232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826232 is #7D9DCD. Grayscale: #666666. Windows color (decimal): -8232398 or 3302018. OLE color: 3302018.

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

Color convert

RGB1309850-
CMYK00.250.620.49
HSL36º44.44%35.29%-
HSV(B)36º61.54%50.98%-
XYZ14.1513.714.92-
YUV102.198.6147.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.76%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 50 (19.92% from 255) = 17.99%
R=46.76%
G=35.25%
B=17.99%

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
Decimal130985000.250.620.493644.4435.29
Hex8262320193E31242c23
Octal202142620317661445443
Binary100000101100010110010011001111110110001100100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826232; }

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

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

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

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

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

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

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

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