#828451

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

Shades of Kokoda #828451

Tints of Kokoda #828451

Color information

#828451 (or 0x828451) is unknown color: approx Kokoda. HEX triplet: 82, 84 and 51. RGB value is (130,132,81). Sum of RGB (Red+Green+Blue) = 130+132+81=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 81 (32.03% from 255 or 23.62% from 343); Max value from RGB is 132 - color contains mainly: green. Hex color #828451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828451 is #7D7BAE. Grayscale: #7D7D7D. Windows color (decimal): -8223663 or 5342338. OLE color: 5342338.

HSL color Cylindrical-coordinate representation of color #828451: hue angle of 62.35º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #828451 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB13013281-
CMYK0.0200.390.48
HSL62.35º23.94%41.76%-
HSV(B)62.35º38.64%51.76%-
XYZ18.9421.8411-
YUV125.59102.84131.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.90%
GREEN value IS 132 (51.95% from 255) = 38.48%
BLUE value IS 81 (32.03% from 255) = 23.62%
R=37.90%
G=38.48%
B=23.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130132810.0200.390.4862.3523.9441.76
Hex8284512027303e182a
Octal202204121204760763052
Binary1000001010000100101000110010011111000011111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828451; }

 p { color: rgb(130,132,81); }

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

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

 a { background-color: rgb(130,132,81); }

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

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

 span { border-color: rgb(130,132,81); }

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