#82834E

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

Shades of Kokoda #82834E

Tints of Kokoda #82834E

Color information

#82834E (or 0x82834E) is unknown color: approx Kokoda. HEX triplet: 82, 83 and 4E. RGB value is (130,131,78). Sum of RGB (Red+Green+Blue) = 130+131+78=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 131 - color contains mainly: green. Hex color #82834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82834E is #7D7CB1. Grayscale: #7C7C7C. Windows color (decimal): -8223922 or 5145474. OLE color: 5145474.

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

Color convert

RGB13013178-
CMYK0.0100.400.49
HSL61.13º25.36%40.98%-
HSV(B)61.13º40.46%51.37%-
XYZ18.721.5310.38-
YUV124.66101.67131.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.35%
GREEN value IS 131 (51.56% from 255) = 38.64%
BLUE value IS 78 (30.86% from 255) = 23.01%
R=38.35%
G=38.64%
B=23.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130131780.0100.400.4961.1325.3640.98
Hex82834E1028313d1929
Octal202203116105061753151
Binary100000101000001110011101010100011000111110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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