#826229

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

Shades of Hot Curry #826229

Tints of Hot Curry #826229

Color information

#826229 (or 0x826229) is unknown color: approx Hot Curry. HEX triplet: 82, 62 and 29. RGB value is (130,98,41). Sum of RGB (Red+Green+Blue) = 130+98+41=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #826229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826229 is #7D9DD6. Grayscale: #656565. Windows color (decimal): -8232407 or 2712194. OLE color: 2712194.

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

Color convert

RGB1309841-
CMYK00.250.680.49
HSL38.43º52.05%33.53%-
HSV(B)38.43º68.46%50.98%-
XYZ13.9713.643.99-
YUV101.0794.1148.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 41 (16.41% from 255) = 15.24%
R=48.33%
G=36.43%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130984100.250.680.4938.4352.0533.53
Hex8262290194431263422
Octal2021425103110461466442
Binary1000001011000101010010110011000100110001100110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #826229; }

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

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

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

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

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

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

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

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