#826431

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

Shades of Hot Curry #826431

Tints of Hot Curry #826431

Color information

#826431 (or 0x826431) is unknown color: approx Hot Curry. HEX triplet: 82, 64 and 31. RGB value is (130,100,49). Sum of RGB (Red+Green+Blue) = 130+100+49=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #826431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826431 is #7D9BCE. Grayscale: #676767. Windows color (decimal): -8231887 or 3236994. OLE color: 3236994.

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

Color convert

RGB13010049-
CMYK00.230.620.49
HSL37.78º45.25%35.1%-
HSV(B)37.78º62.31%50.98%-
XYZ14.3214.084.87-
YUV103.1697.44147.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 49 (19.53% from 255) = 17.56%
R=46.59%
G=35.84%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301004900.230.620.4937.7845.2535.1
Hex8264310173E31262d23
Octal202144610277661465543
Binary100000101100100110001010111111110110001100110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826431; }

 p { color: rgb(130,100,49); }

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

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

 a { background-color: rgb(130,100,49); }

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

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

 span { border-color: rgb(130,100,49); }

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