#828157

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

Shades of Kokoda #828157

Tints of Kokoda #828157

Color information

#828157 (or 0x828157) is unknown color: approx Kokoda. HEX triplet: 82, 81 and 57. RGB value is (130,129,87). Sum of RGB (Red+Green+Blue) = 130+129+87=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #828157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828157 is #7D7EA8. Grayscale: #7C7C7C. Windows color (decimal): -8224425 or 5734786. OLE color: 5734786.

HSL color Cylindrical-coordinate representation of color #828157: hue angle of 58.6º 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 #828157 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB13012987-
CMYK00.010.330.49
HSL58.6º19.82%42.55%-
HSV(B)58.6º33.08%50.98%-
XYZ18.7821.1312.11-
YUV124.51106.83131.92-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 129 (50.78% from 255) = 37.28%
BLUE value IS 87 (34.38% from 255) = 25.14%
R=37.57%
G=37.28%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301298700.010.330.4958.619.8242.55
Hex8281570121313b142b
Octal202201127014161732453
Binary100000101000000110101110110000111000111101110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828157; }

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

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

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

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

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

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

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

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