#816133

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

Shades of Hot Curry #816133

Tints of Hot Curry #816133

Color information

#816133 (or 0x816133) is unknown color: approx Hot Curry. HEX triplet: 81, 61 and 33. RGB value is (129,97,51). Sum of RGB (Red+Green+Blue) = 129+97+51=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 51 (20.31% from 255 or 18.41% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #816133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816133 is #7E9ECC. Grayscale: #656565. Windows color (decimal): -8298189 or 3367297. OLE color: 3367297.

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

Color convert

RGB1299751-
CMYK00.250.600.49
HSL35.38º43.33%35.29%-
HSV(B)35.38º60.47%50.59%-
XYZ13.9313.465-
YUV101.3299.6147.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.57%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 51 (20.31% from 255) = 18.41%
R=46.57%
G=35.02%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129975100.250.600.4935.3843.3335.29
Hex8161330193C31232b23
Octal201141630317461435343
Binary100000011100001110011011001111100110001100011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816133; }

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

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

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

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

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

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

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

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