#815822

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

Shades of Hot Curry #815822

Tints of Hot Curry #815822

Color information

#815822 (or 0x815822) is unknown color: approx Hot Curry. HEX triplet: 81, 58 and 22. RGB value is (129,88,34). Sum of RGB (Red+Green+Blue) = 129+88+34=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 34 (13.67% from 255 or 13.55% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #815822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815822 is #7EA7DD. Grayscale: #5E5E5E. Windows color (decimal): -8300510 or 2250881. OLE color: 2250881.

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

Color convert

RGB1298834-
CMYK00.320.740.49
HSL34.11º58.28%31.96%-
HSV(B)34.11º73.64%50.59%-
XYZ12.8311.763.11-
YUV94.194.08152.89-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 51.39%
GREEN value IS 88 (34.77% from 255) = 35.06%
BLUE value IS 34 (13.67% from 255) = 13.55%
R=51.39%
G=35.06%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129883400.320.740.4934.1158.2831.96
Hex8158220204A31223a20
Octal2011304204011261427240
Binary10000001101100010001001000001001010110001100010111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815822; }

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

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

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

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

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

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

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

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