#816533

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

Shades of Hot Curry #816533

Tints of Hot Curry #816533

Color information

#816533 (or 0x816533) is unknown color: approx Hot Curry. HEX triplet: 81, 65 and 33. RGB value is (129,101,51). Sum of RGB (Red+Green+Blue) = 129+101+51=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 129 - color contains mainly: red. Hex color #816533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816533 is #7E9ACC. Grayscale: #676767. Windows color (decimal): -8297165 or 3368321. OLE color: 3368321.

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

Color convert

RGB12910151-
CMYK00.220.600.49
HSL38.46º43.33%35.29%-
HSV(B)38.46º60.47%50.59%-
XYZ14.314.215.12-
YUV103.6798.28146.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 51 (20.31% from 255) = 18.15%
R=45.91%
G=35.94%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291015100.220.600.4938.4643.3335.29
Hex8165330163C31262b23
Octal201145630267461465343
Binary100000011100101110011010110111100110001100110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816533; }

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

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

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

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

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

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

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

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