#828350

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

Shades of Kokoda #828350

Tints of Kokoda #828350

Color information

#828350 (or 0x828350) is unknown color: approx Kokoda. HEX triplet: 82, 83 and 50. RGB value is (130,131,80). Sum of RGB (Red+Green+Blue) = 130+131+80=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 131 - color contains mainly: green. Hex color #828350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828350 is #7D7CAF. Grayscale: #7D7D7D. Windows color (decimal): -8223920 or 5276546. OLE color: 5276546.

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

Color convert

RGB13013180-
CMYK0.0100.390.49
HSL61.18º24.17%41.37%-
HSV(B)61.18º38.93%51.37%-
XYZ18.7721.5610.76-
YUV124.89102.67131.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 131 (51.56% from 255) = 38.42%
BLUE value IS 80 (31.64% from 255) = 23.46%
R=38.12%
G=38.42%
B=23.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130131800.0100.390.4961.1824.1741.37
Hex8283501027313d1829
Octal202203120104761753051
Binary100000101000001110100001010011111000111110111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828350; }

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

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

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

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

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

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

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

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