#82835A

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

Shades of Kokoda #82835A

Tints of Kokoda #82835A

Color information

#82835A (or 0x82835A) is unknown color: approx Kokoda. HEX triplet: 82, 83 and 5A. RGB value is (130,131,90). Sum of RGB (Red+Green+Blue) = 130+131+90=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 131 (51.56% from 255 or 37.32% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 131 - color contains mainly: green. Hex color #82835A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82835A is #7D7CA5. Grayscale: #7E7E7E. Windows color (decimal): -8223910 or 5931906. OLE color: 5931906.

HSL color Cylindrical-coordinate representation of color #82835A: hue angle of 61.46º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82835A is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB13013190-
CMYK0.0100.310.49
HSL61.46º18.55%43.33%-
HSV(B)61.46º31.3%51.37%-
XYZ19.1721.7212.85-
YUV126.03107.67130.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.04%
GREEN value IS 131 (51.56% from 255) = 37.32%
BLUE value IS 90 (35.55% from 255) = 25.64%
R=37.04%
G=37.32%
B=25.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130131900.0100.310.4961.4618.5543.33
Hex82835A101F313d132b
Octal202203132103761752353
Binary10000010100000111011010101111111000111110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82835A; }

 p { color: rgb(130,131,90); }

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

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

 a { background-color: rgb(130,131,90); }

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

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

 span { border-color: rgb(130,131,90); }

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