#827E46

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

Shades of Kokoda #827E46

Tints of Kokoda #827E46

Color information

#827E46 (or 0x827E46) is unknown color: approx Kokoda. HEX triplet: 82, 7E and 46. RGB value is (130,126,70). Sum of RGB (Red+Green+Blue) = 130+126+70=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #827E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827E46 is #7D81B9. Grayscale: #797979. Windows color (decimal): -8225210 or 4619906. OLE color: 4619906.

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

Color convert

RGB13012670-
CMYK00.030.460.49
HSL56º30%39.22%-
HSV(B)56º46.15%50.98%-
XYZ17.7720.118.74-
YUV120.8199.33134.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.88%
GREEN value IS 126 (49.61% from 255) = 38.65%
BLUE value IS 70 (27.73% from 255) = 21.47%
R=39.88%
G=38.65%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301267000.030.460.49563039.22
Hex827E46032E31381e27
Octal202176106035661703647
Binary100000101111110100011001110111011000111100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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