#816034

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

Shades of Hot Curry #816034

Tints of Hot Curry #816034

Color information

#816034 (or 0x816034) is unknown color: approx Hot Curry. HEX triplet: 81, 60 and 34. RGB value is (129,96,52). Sum of RGB (Red+Green+Blue) = 129+96+52=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #816034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816034 is #7E9FCB. Grayscale: #656565. Windows color (decimal): -8298444 or 3432577. OLE color: 3432577.

HSL color Cylindrical-coordinate representation of color #816034: hue angle of 34.29º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #816034 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1299652-
CMYK00.260.600.49
HSL34.29º42.54%35.49%-
HSV(B)34.29º59.69%50.59%-
XYZ13.8613.285.08-
YUV100.85100.43148.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.57%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 52 (20.70% from 255) = 18.77%
R=46.57%
G=34.66%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129965200.260.600.4934.2942.5435.49
Hex81603401A3C31222b23
Octal201140640327461425343
Binary100000011100000110100011010111100110001100010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816034; }

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

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

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

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

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

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

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

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