#828057

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

Shades of Kokoda #828057

Tints of Kokoda #828057

Color information

#828057 (or 0x828057) is unknown color: approx Kokoda. HEX triplet: 82, 80 and 57. RGB value is (130,128,87). Sum of RGB (Red+Green+Blue) = 130+128+87=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 130 - color contains mainly: red. Hex color #828057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828057 is #7D7FA8. Grayscale: #7C7C7C. Windows color (decimal): -8224681 or 5734530. OLE color: 5734530.

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

Color convert

RGB13012887-
CMYK00.020.330.49
HSL57.21º19.82%42.55%-
HSV(B)57.21º33.08%50.98%-
XYZ18.6520.8712.06-
YUV123.92107.16132.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.68%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 87 (34.38% from 255) = 25.22%
R=37.68%
G=37.10%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301288700.020.330.4957.2119.8242.55
Hex82805702213139142b
Octal202200127024161712453
Binary1000001010000000101011101010000111000111100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828057; }

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

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

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

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

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

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

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

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