#815930

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

Shades of Hot Curry #815930

Tints of Hot Curry #815930

Color information

#815930 (or 0x815930) is unknown color: approx Hot Curry. HEX triplet: 81, 59 and 30. RGB value is (129,89,48). Sum of RGB (Red+Green+Blue) = 129+89+48=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #815930 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815930 is #7EA6CF. Grayscale: #606060. Windows color (decimal): -8300240 or 3168641. OLE color: 3168641.

HSL color Cylindrical-coordinate representation of color #815930: hue angle of 30.37º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #815930 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB1298948-
CMYK00.310.630.49
HSL30.37º45.76%34.71%-
HSV(B)30.37º62.79%50.59%-
XYZ13.1612.034.42-
YUV96.29100.75151.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 48.50%
GREEN value IS 89 (35.16% from 255) = 33.46%
BLUE value IS 48 (19.14% from 255) = 18.05%
R=48.50%
G=33.46%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129894800.310.630.4930.3745.7634.71
Hex81593001F3F311e2e23
Octal201131600377761365643
Binary10000001101100111000001111111111111000111110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815930; }

 p { color: rgb(129,89,48); }

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

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

 a { background-color: rgb(129,89,48); }

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

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

 span { border-color: rgb(129,89,48); }

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