#82834A

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

Shades of Kokoda #82834A

Tints of Kokoda #82834A

Color information

#82834A (or 0x82834A) is unknown color: approx Kokoda. HEX triplet: 82, 83 and 4A. RGB value is (130,131,74). Sum of RGB (Red+Green+Blue) = 130+131+74=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 131 - color contains mainly: green. Hex color #82834A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82834A is #7D7CB5. Grayscale: #7C7C7C. Windows color (decimal): -8223926 or 4883330. OLE color: 4883330.

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

Color convert

RGB13013174-
CMYK0.0100.440.49
HSL61.05º27.8%40.2%-
HSV(B)61.05º43.51%51.37%-
XYZ18.5621.479.65-
YUV124.299.67132.13-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 131 (51.56% from 255) = 39.10%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=38.81%
G=39.10%
B=22.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130131740.0100.440.4961.0527.840.2
Hex82834A102C313d1c28
Octal202203112105461753450
Binary100000101000001110010101010110011000111110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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