#815422

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

Shades of Hot Curry #815422

Tints of Hot Curry #815422

Color information

#815422 (or 0x815422) is unknown color: approx Hot Curry. HEX triplet: 81, 54 and 22. RGB value is (129,84,34). Sum of RGB (Red+Green+Blue) = 129+84+34=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #815422 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815422 is #7EABDD. Grayscale: #5B5B5B. Windows color (decimal): -8301534 or 2249857. OLE color: 2249857.

HSL color Cylindrical-coordinate representation of color #815422: hue angle of 31.58º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #815422 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.49.

Color convert

RGB1298434-
CMYK00.350.740.49
HSL31.58º58.28%31.96%-
HSV(B)31.58º73.64%50.59%-
XYZ12.5111.123-
YUV91.7695.41154.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 52.23%
GREEN value IS 84 (33.20% from 255) = 34.01%
BLUE value IS 34 (13.67% from 255) = 13.77%
R=52.23%
G=34.01%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129843400.350.740.4931.5858.2831.96
Hex8154220234A31203a20
Octal2011244204311261407240
Binary10000001101010010001001000111001010110001100000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815422; }

 p { color: rgb(129,84,34); }

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

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

 a { background-color: rgb(129,84,34); }

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

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

 span { border-color: rgb(129,84,34); }

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