#829729

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

Shades of Sushi #829729

Tints of Sushi #829729

Color information

#829729 (or 0x829729) is unknown color: approx Sushi. HEX triplet: 82, 97 and 29. RGB value is (130,151,41). Sum of RGB (Red+Green+Blue) = 130+151+41=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 151 (59.38% from 255 or 46.89% from 322); Blue value is 41 (16.41% from 255 or 12.73% from 322); Max value from RGB is 151 - color contains mainly: green. Hex color #829729 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829729 is #7D68D6. Grayscale: #848484. Windows color (decimal): -8218839 or 2725762. OLE color: 2725762.

HSL color Cylindrical-coordinate representation of color #829729: hue angle of 71.45º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #829729 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB13015141-
CMYK0.1400.730.41
HSL71.45º57.29%37.65%-
HSV(B)71.45º72.85%59.22%-
XYZ20.6727.046.23-
YUV132.1876.54126.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.37%
GREEN value IS 151 (59.38% from 255) = 46.89%
BLUE value IS 41 (16.41% from 255) = 12.73%
R=40.37%
G=46.89%
B=12.73%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130151410.1400.730.4171.4557.2937.65
Hex829729E04929473926
Octal20222751160111511077146
Binary10000010100101111010011110010010011010011000111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829729; }

 p { color: rgb(130,151,41); }

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

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

 a { background-color: rgb(130,151,41); }

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

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

 span { border-color: rgb(130,151,41); }

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