#827C51

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

Shades of Kokoda #827C51

Tints of Kokoda #827C51

Color information

#827C51 (or 0x827C51) is unknown color: approx Kokoda. HEX triplet: 82, 7C and 51. RGB value is (130,124,81). Sum of RGB (Red+Green+Blue) = 130+124+81=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 124 (48.83% from 255 or 37.01% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #827C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C51 is #7D83AE. Grayscale: #797979. Windows color (decimal): -8225711 or 5340290. OLE color: 5340290.

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

Color convert

RGB13012481-
CMYK00.050.380.49
HSL52.65º23.22%41.37%-
HSV(B)52.65º37.69%50.98%-
XYZ17.919.7610.65-
YUV120.89105.49134.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 124 (48.83% from 255) = 37.01%
BLUE value IS 81 (32.03% from 255) = 24.18%
R=38.81%
G=37.01%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301248100.050.380.4952.6523.2241.37
Hex827C51052631351729
Octal202174121054661652751
Binary1000001011111001010001010110011011000111010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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