#806130

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

Shades of Hot Curry #806130

Tints of Hot Curry #806130

Color information

#806130 (or 0x806130) is unknown color: approx Hot Curry. HEX triplet: 80, 61 and 30. RGB value is (128,97,48). Sum of RGB (Red+Green+Blue) = 128+97+48=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #806130 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806130 is #7F9ECF. Grayscale: #646464. Windows color (decimal): -8363728 or 3170688. OLE color: 3170688.

HSL color Cylindrical-coordinate representation of color #806130: hue angle of 36.75º 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 #806130 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB1289748-
CMYK00.240.620.50
HSL36.75º45.45%34.51%-
HSV(B)36.75º62.5%50.2%-
XYZ13.7113.354.65-
YUV100.6898.27147.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.89%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 48 (19.14% from 255) = 17.58%
R=46.89%
G=35.53%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128974800.240.620.5036.7545.4534.51
Hex8061300183E32252d23
Octal200141600307662455543
Binary100000001100001110000011000111110110010100101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806130; }

 p { color: rgb(128,97,48); }

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

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

 a { background-color: rgb(128,97,48); }

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

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

 span { border-color: rgb(128,97,48); }

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