#828054

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

Shades of Kokoda #828054

Tints of Kokoda #828054

Color information

#828054 (or 0x828054) is unknown color: approx Kokoda. HEX triplet: 82, 80 and 54. RGB value is (130,128,84). Sum of RGB (Red+Green+Blue) = 130+128+84=342 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.01% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 130 - color contains mainly: red. Hex color #828054 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828054 is #7D7FAB. Grayscale: #7B7B7B. Windows color (decimal): -8224684 or 5537922. OLE color: 5537922.

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

Color convert

RGB13012884-
CMYK00.020.350.49
HSL57.39º21.5%41.96%-
HSV(B)57.39º35.38%50.98%-
XYZ18.5320.8211.43-
YUV123.58105.66132.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.01%
GREEN value IS 128 (50.39% from 255) = 37.43%
BLUE value IS 84 (33.20% from 255) = 24.56%
R=38.01%
G=37.43%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301288400.020.350.4957.3921.541.96
Hex82805402233139152a
Octal202200124024361712552
Binary1000001010000000101010001010001111000111100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828054; }

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

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

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

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

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

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

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

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