#829C2C

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

Shades of Sushi #829C2C

Tints of Sushi #829C2C

Color information

#829C2C (or 0x829C2C) is unknown color: approx Sushi. HEX triplet: 82, 9C and 2C. RGB value is (130,156,44). Sum of RGB (Red+Green+Blue) = 130+156+44=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #829C2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #829C2C is #7D63D3. Grayscale: #878787. Windows color (decimal): -8217556 or 2923650. OLE color: 2923650.

HSL color Cylindrical-coordinate representation of color #829C2C: hue angle of 73.93º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #829C2C is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.

Color convert

RGB13015644-
CMYK0.1700.720.39
HSL73.93º56%39.22%-
HSV(B)73.93º71.79%61.18%-
XYZ21.5528.76.79-
YUV135.4676.39124.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.39%
GREEN value IS 156 (61.33% from 255) = 47.27%
BLUE value IS 44 (17.58% from 255) = 13.33%
R=39.39%
G=47.27%
B=13.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal130156440.1700.720.3973.935639.22
Hex829C2C11048274a3827
Octal20223454210110471127047
Binary100000101001110010110010001010010001001111001010111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829C2C; }

 p { color: rgb(130,156,44); }

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

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

 a { background-color: rgb(130,156,44); }

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

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

 span { border-color: rgb(130,156,44); }

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