#826429

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

Shades of Hot Curry #826429

Tints of Hot Curry #826429

Color information

#826429 (or 0x826429) is unknown color: approx Hot Curry. HEX triplet: 82, 64 and 29. RGB value is (130,100,41). Sum of RGB (Red+Green+Blue) = 130+100+41=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #826429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826429 is #7D9BD6. Grayscale: #666666. Windows color (decimal): -8231895 or 2712706. OLE color: 2712706.

HSL color Cylindrical-coordinate representation of color #826429: hue angle of 39.78º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #826429 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB13010041-
CMYK00.230.680.49
HSL39.78º52.05%33.53%-
HSV(B)39.78º68.46%50.98%-
XYZ14.1614.024.06-
YUV102.2493.44147.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 100 (39.45% from 255) = 36.90%
BLUE value IS 41 (16.41% from 255) = 15.13%
R=47.97%
G=36.90%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301004100.230.680.4939.7852.0533.53
Hex8264290174431283422
Octal2021445102710461506442
Binary1000001011001001010010101111000100110001101000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826429; }

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

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

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

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

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

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

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

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