#828047

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

Shades of Kokoda #828047

Tints of Kokoda #828047

Color information

#828047 (or 0x828047) is unknown color: approx Kokoda. HEX triplet: 82, 80 and 47. RGB value is (130,128,71). Sum of RGB (Red+Green+Blue) = 130+128+71=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #828047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828047 is #7D7FB8. Grayscale: #7A7A7A. Windows color (decimal): -8224697 or 4685954. OLE color: 4685954.

HSL color Cylindrical-coordinate representation of color #828047: hue angle of 57.97º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #828047 is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB13012871-
CMYK00.020.450.49
HSL57.97º29.35%39.41%-
HSV(B)57.97º45.38%50.98%-
XYZ18.0620.648.99-
YUV122.199.16133.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 128 (50.39% from 255) = 38.91%
BLUE value IS 71 (28.12% from 255) = 21.58%
R=39.51%
G=38.91%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301287100.020.450.4957.9729.3539.41
Hex828047022D313a1d27
Octal202200107025561723547
Binary1000001010000000100011101010110111000111101011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828047; }

 p { color: rgb(130,128,71); }

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

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

 a { background-color: rgb(130,128,71); }

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

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

 span { border-color: rgb(130,128,71); }

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