#827C4F

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

Shades of Kokoda #827C4F

Tints of Kokoda #827C4F

Color information

#827C4F (or 0x827C4F) is unknown color: approx Kokoda. HEX triplet: 82, 7C and 4F. RGB value is (130,124,79). Sum of RGB (Red+Green+Blue) = 130+124+79=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #827C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827C4F is #7D83B0. Grayscale: #787878. Windows color (decimal): -8225713 or 5209218. OLE color: 5209218.

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

Color convert

RGB13012479-
CMYK00.050.390.49
HSL52.94º24.4%40.98%-
HSV(B)52.94º39.23%50.98%-
XYZ17.8219.7310.27-
YUV120.66104.49134.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.04%
GREEN value IS 124 (48.83% from 255) = 37.24%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=39.04%
G=37.24%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301247900.050.390.4952.9424.440.98
Hex827C4F052731351829
Octal202174117054761653051
Binary1000001011111001001111010110011111000111010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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