#816030

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

Shades of Hot Curry #816030

Tints of Hot Curry #816030

Color information

#816030 (or 0x816030) is unknown color: approx Hot Curry. HEX triplet: 81, 60 and 30. RGB value is (129,96,48). Sum of RGB (Red+Green+Blue) = 129+96+48=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #816030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816030 is #7E9FCF. Grayscale: #646464. Windows color (decimal): -8298448 or 3170433. OLE color: 3170433.

HSL color Cylindrical-coordinate representation of color #816030: hue angle of 35.56º 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 #816030 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB1299648-
CMYK00.260.630.49
HSL35.56º45.76%34.71%-
HSV(B)35.56º62.79%50.59%-
XYZ13.7713.254.63-
YUV100.498.43148.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 47.25%
GREEN value IS 96 (37.89% from 255) = 35.16%
BLUE value IS 48 (19.14% from 255) = 17.58%
R=47.25%
G=35.16%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129964800.260.630.4935.5645.7634.71
Hex81603001A3F31242e23
Octal201140600327761445643
Binary100000011100000110000011010111111110001100100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816030; }

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

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

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

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

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

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

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

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