#827E49

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

Shades of Kokoda #827E49

Tints of Kokoda #827E49

Color information

#827E49 (or 0x827E49) is unknown color: approx Kokoda. HEX triplet: 82, 7E and 49. RGB value is (130,126,73). Sum of RGB (Red+Green+Blue) = 130+126+73=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #827E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E49 is #7D81B6. Grayscale: #797979. Windows color (decimal): -8225207 or 4816514. OLE color: 4816514.

HSL color Cylindrical-coordinate representation of color #827E49: hue angle of 55.79º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #827E49 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB13012673-
CMYK00.030.440.49
HSL55.79º28.08%39.8%-
HSV(B)55.79º43.85%50.98%-
XYZ17.8720.159.25-
YUV121.15100.83134.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 126 (49.61% from 255) = 38.30%
BLUE value IS 73 (28.91% from 255) = 22.19%
R=39.51%
G=38.30%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301267300.030.440.4955.7928.0839.8
Hex827E49032C31381c28
Octal202176111035461703450
Binary100000101111110100100101110110011000111100011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827E49; }

 p { color: rgb(130,126,73); }

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

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

 a { background-color: rgb(130,126,73); }

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

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

 span { border-color: rgb(130,126,73); }

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