#827F57

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

Shades of Kokoda #827F57

Tints of Kokoda #827F57

Color information

#827F57 (or 0x827F57) is unknown color: approx Kokoda. HEX triplet: 82, 7F and 57. RGB value is (130,127,87). Sum of RGB (Red+Green+Blue) = 130+127+87=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #827F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F57 is #7D80A8. Grayscale: #7B7B7B. Windows color (decimal): -8224937 or 5734274. OLE color: 5734274.

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

Color convert

RGB13012787-
CMYK00.020.330.49
HSL55.81º19.82%42.55%-
HSV(B)55.81º33.08%50.98%-
XYZ18.5220.6112.02-
YUV123.34107.49132.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 127 (50% from 255) = 36.92%
BLUE value IS 87 (34.38% from 255) = 25.29%
R=37.79%
G=36.92%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301278700.020.330.4955.8119.8242.55
Hex827F5702213138142b
Octal202177127024161702453
Binary100000101111111101011101010000111000111100010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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