#828248

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

Shades of Kokoda #828248

Tints of Kokoda #828248

Color information

#828248 (or 0x828248) is unknown color: approx Kokoda. HEX triplet: 82, 82 and 48. RGB value is (130,130,72). Sum of RGB (Red+Green+Blue) = 130+130+72=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828248 is #7D7DB7. Grayscale: #7B7B7B. Windows color (decimal): -8224184 or 4752002. OLE color: 4752002.

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

Color convert

RGB13013072-
CMYK000.450.49
HSL60º28.71%39.61%-
HSV(B)60º44.62%50.98%-
XYZ18.3621.189.25-
YUV123.3999132.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.16%
GREEN value IS 130 (51.17% from 255) = 39.16%
BLUE value IS 72 (28.52% from 255) = 21.69%
R=39.16%
G=39.16%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013072000.450.496028.7139.61
Hex828248002D313c1d28
Octal202202110005561743550
Binary100000101000001010010000010110111000111110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828248; }

 p { color: rgb(130,130,72); }

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

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

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

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

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

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

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