#827F56

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

Shades of Kokoda #827F56

Tints of Kokoda #827F56

Color information

#827F56 (or 0x827F56) is unknown color: approx Kokoda. HEX triplet: 82, 7F and 56. RGB value is (130,127,86). Sum of RGB (Red+Green+Blue) = 130+127+86=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #827F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F56 is #7D80A9. Grayscale: #7B7B7B. Windows color (decimal): -8224938 or 5668738. OLE color: 5668738.

HSL color Cylindrical-coordinate representation of color #827F56: hue angle of 55.91º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #827F56 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB13012786-
CMYK00.020.340.49
HSL55.91º20.37%42.35%-
HSV(B)55.91º33.85%50.98%-
XYZ18.4820.611.81-
YUV123.22106.99132.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.90%
GREEN value IS 127 (50% from 255) = 37.03%
BLUE value IS 86 (33.98% from 255) = 25.07%
R=37.90%
G=37.03%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301278600.020.340.4955.9120.3742.35
Hex827F5602223138142a
Octal202177126024261702452
Binary100000101111111101011001010001011000111100010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,127,86); }

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

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

 a { background-color: rgb(130,127,86); }

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

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

 span { border-color: rgb(130,127,86); }

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