#80552A

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

Shades of Hot Curry #80552A

Tints of Hot Curry #80552A

Color information

#80552A (or 0x80552A) is unknown color: approx Hot Curry. HEX triplet: 80, 55 and 2A. RGB value is (128,85,42). Sum of RGB (Red+Green+Blue) = 128+85+42=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #80552A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80552A is #7FAAD5. Grayscale: #5D5D5D. Windows color (decimal): -8366806 or 2774400. OLE color: 2774400.

HSL color Cylindrical-coordinate representation of color #80552A: hue angle of 30º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #80552A is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB1288542-
CMYK00.340.670.50
HSL30º50.59%33.33%-
HSV(B)30º67.19%50.2%-
XYZ12.5711.253.7-
YUV92.9699.25153-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.20%
GREEN value IS 85 (33.59% from 255) = 33.33%
BLUE value IS 42 (16.80% from 255) = 16.47%
R=50.20%
G=33.33%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128854200.340.670.503050.5933.33
Hex80552A02243321e3321
Octal2001255204210362366341
Binary1000000010101011010100100010100001111001011110110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80552A; }

 p { color: rgb(128,85,42); }

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

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

 a { background-color: rgb(128,85,42); }

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

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

 span { border-color: rgb(128,85,42); }

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