#806531

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

Shades of Hot Curry #806531

Tints of Hot Curry #806531

Color information

#806531 (or 0x806531) is unknown color: approx Hot Curry. HEX triplet: 80, 65 and 31. RGB value is (128,101,49). Sum of RGB (Red+Green+Blue) = 128+101+49=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 128 - color contains mainly: red. Hex color #806531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806531 is #7F9ACE. Grayscale: #676767. Windows color (decimal): -8362703 or 3237248. OLE color: 3237248.

HSL color Cylindrical-coordinate representation of color #806531: hue angle of 39.49º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #806531 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB12810149-
CMYK00.210.620.50
HSL39.49º44.63%34.71%-
HSV(B)39.49º61.72%50.2%-
XYZ14.1114.124.89-
YUV103.1497.45145.73-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.04%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 49 (19.53% from 255) = 17.63%
R=46.04%
G=36.33%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281014900.210.620.5039.4944.6334.71
Hex8065310153E32272d23
Octal200145610257662475543
Binary100000001100101110001010101111110110010100111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806531; }

 p { color: rgb(128,101,49); }

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

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

 a { background-color: rgb(128,101,49); }

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

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

 span { border-color: rgb(128,101,49); }

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