#827C49

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

Shades of Kokoda #827C49

Tints of Kokoda #827C49

Color information

#827C49 (or 0x827C49) is unknown color: approx Kokoda. HEX triplet: 82, 7C and 49. RGB value is (130,124,73). Sum of RGB (Red+Green+Blue) = 130+124+73=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #827C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827C49 is #7D83B6. Grayscale: #787878. Windows color (decimal): -8225719 or 4816002. OLE color: 4816002.

HSL color Cylindrical-coordinate representation of color #827C49: hue angle of 53.68º 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 #827C49 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB13012473-
CMYK00.050.440.49
HSL53.68º28.08%39.8%-
HSV(B)53.68º43.85%50.98%-
XYZ17.6219.649.17-
YUV119.98101.49135.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.76%
GREEN value IS 124 (48.83% from 255) = 37.92%
BLUE value IS 73 (28.91% from 255) = 22.32%
R=39.76%
G=37.92%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301247300.050.440.4953.6828.0839.8
Hex827C49052C31361c28
Octal202174111055461663450
Binary1000001011111001001001010110110011000111011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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