#827E57

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

Shades of Kokoda #827E57

Tints of Kokoda #827E57

Color information

#827E57 (or 0x827E57) is unknown color: approx Kokoda. HEX triplet: 82, 7E and 57. RGB value is (130,126,87). Sum of RGB (Red+Green+Blue) = 130+126+87=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 126 (49.61% from 255 or 36.73% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #827E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827E57 is #7D81A8. Grayscale: #7A7A7A. Windows color (decimal): -8225193 or 5734018. OLE color: 5734018.

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

Color convert

RGB13012687-
CMYK00.030.330.49
HSL54.42º19.82%42.55%-
HSV(B)54.42º33.08%50.98%-
XYZ18.3920.3611.98-
YUV122.75107.83133.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.90%
GREEN value IS 126 (49.61% from 255) = 36.73%
BLUE value IS 87 (34.38% from 255) = 25.36%
R=37.90%
G=36.73%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301268700.030.330.4954.4219.8242.55
Hex827E5703213136142b
Octal202176127034161662453
Binary100000101111110101011101110000111000111011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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