#827C57

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

Shades of Kokoda #827C57

Tints of Kokoda #827C57

Color information

#827C57 (or 0x827C57) is unknown color: approx Kokoda. HEX triplet: 82, 7C and 57. RGB value is (130,124,87). Sum of RGB (Red+Green+Blue) = 130+124+87=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #827C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C57 is #7D83A8. Grayscale: #797979. Windows color (decimal): -8225705 or 5733506. OLE color: 5733506.

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

Color convert

RGB13012487-
CMYK00.050.330.49
HSL51.63º19.82%42.55%-
HSV(B)51.63º33.08%50.98%-
XYZ18.1319.8511.89-
YUV121.58108.49134.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 124 (48.83% from 255) = 36.36%
BLUE value IS 87 (34.38% from 255) = 25.51%
R=38.12%
G=36.36%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301248700.050.330.4951.6319.8242.55
Hex827C5705213134142b
Octal202174127054161642453
Binary1000001011111001010111010110000111000111010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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