#82815C

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

Shades of Kokoda #82815C

Tints of Kokoda #82815C

Color information

#82815C (or 0x82815C) is unknown color: approx Kokoda. HEX triplet: 82, 81 and 5C. RGB value is (130,129,92). Sum of RGB (Red+Green+Blue) = 130+129+92=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 130 - color contains mainly: red. Hex color #82815C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82815C is #7D7EA3. Grayscale: #7D7D7D. Windows color (decimal): -8224420 or 6062466. OLE color: 6062466.

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

Color convert

RGB13012992-
CMYK00.010.290.49
HSL58.42º17.12%43.53%-
HSV(B)58.42º29.23%50.98%-
XYZ18.9921.2213.22-
YUV125.08109.33131.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.04%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 92 (36.33% from 255) = 26.21%
R=37.04%
G=36.75%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301299200.010.290.4958.4217.1243.53
Hex82815C011D313a112c
Octal202201134013561722154
Binary10000010100000011011100011110111000111101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82815C; }

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

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

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

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

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

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

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

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