#827E48

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

Shades of Kokoda #827E48

Tints of Kokoda #827E48

Color information

#827E48 (or 0x827E48) is unknown color: approx Kokoda. HEX triplet: 82, 7E and 48. RGB value is (130,126,72). Sum of RGB (Red+Green+Blue) = 130+126+72=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 126 (49.61% from 255 or 38.41% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #827E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E48 is #7D81B7. Grayscale: #797979. Windows color (decimal): -8225208 or 4750978. OLE color: 4750978.

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

Color convert

RGB13012672-
CMYK00.030.450.49
HSL55.86º28.71%39.61%-
HSV(B)55.86º44.62%50.98%-
XYZ17.8420.149.08-
YUV121.04100.33134.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 126 (49.61% from 255) = 38.41%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=39.63%
G=38.41%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301267200.030.450.4955.8628.7139.61
Hex827E48032D31381d28
Octal202176110035561703550
Binary100000101111110100100001110110111000111100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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