#82805C

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

Shades of Kokoda #82805C

Tints of Kokoda #82805C

Color information

#82805C (or 0x82805C) is unknown color: approx Kokoda. HEX triplet: 82, 80 and 5C. RGB value is (130,128,92). Sum of RGB (Red+Green+Blue) = 130+128+92=350 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.14% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 130 - color contains mainly: red. Hex color #82805C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82805C is #7D7FA3. Grayscale: #7C7C7C. Windows color (decimal): -8224676 or 6062210. OLE color: 6062210.

HSL color Cylindrical-coordinate representation of color #82805C: hue angle of 56.84º 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 #82805C is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB13012892-
CMYK00.020.290.49
HSL56.84º17.12%43.53%-
HSV(B)56.84º29.23%50.98%-
XYZ18.8620.9613.18-
YUV124.49109.66131.93-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.14%
GREEN value IS 128 (50.39% from 255) = 36.57%
BLUE value IS 92 (36.33% from 255) = 26.29%
R=37.14%
G=36.57%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301289200.020.290.4956.8417.1243.53
Hex82805C021D3139112c
Octal202200134023561712154
Binary100000101000000010111000101110111000111100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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