#805420

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

Shades of Hot Curry #805420

Tints of Hot Curry #805420

Color information

#805420 (or 0x805420) is unknown color: approx Hot Curry. HEX triplet: 80, 54 and 20. RGB value is (128,84,32). Sum of RGB (Red+Green+Blue) = 128+84+32=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #805420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805420 is #7FABDF. Grayscale: #5B5B5B. Windows color (decimal): -8367072 or 2118784. OLE color: 2118784.

HSL color Cylindrical-coordinate representation of color #805420: hue angle of 32.5º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #805420 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB1288432-
CMYK00.340.750.50
HSL32.5º60%31.37%-
HSV(B)32.5º75%50.2%-
XYZ12.3311.032.85-
YUV91.2394.58154.23-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.46%
GREEN value IS 84 (33.20% from 255) = 34.43%
BLUE value IS 32 (12.89% from 255) = 13.11%
R=52.46%
G=34.43%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128843200.340.750.5032.56031.37
Hex8054200224B32203c1f
Octal2001244004211362407437
Binary1000000010101001000000100010100101111001010000011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805420; }

 p { color: rgb(128,84,32); }

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

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

 a { background-color: rgb(128,84,32); }

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

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

 span { border-color: rgb(128,84,32); }

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