#816033

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

Shades of Hot Curry #816033

Tints of Hot Curry #816033

Color information

#816033 (or 0x816033) is unknown color: approx Hot Curry. HEX triplet: 81, 60 and 33. RGB value is (129,96,51). Sum of RGB (Red+Green+Blue) = 129+96+51=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 129 - color contains mainly: red. Hex color #816033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816033 is #7E9FCC. Grayscale: #646464. Windows color (decimal): -8298445 or 3367041. OLE color: 3367041.

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

Color convert

RGB1299651-
CMYK00.260.600.49
HSL34.62º43.33%35.29%-
HSV(B)34.62º60.47%50.59%-
XYZ13.8313.274.96-
YUV100.7499.93148.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.74%
GREEN value IS 96 (37.89% from 255) = 34.78%
BLUE value IS 51 (20.31% from 255) = 18.48%
R=46.74%
G=34.78%
B=18.48%

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
Decimal129965100.260.600.4934.6243.3335.29
Hex81603301A3C31232b23
Octal201140630327461435343
Binary100000011100000110011011010111100110001100011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816033; }

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

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

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

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

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

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

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

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