#828452

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

Shades of Kokoda #828452

Tints of Kokoda #828452

Color information

#828452 (or 0x828452) is unknown color: approx Kokoda. HEX triplet: 82, 84 and 52. RGB value is (130,132,82). Sum of RGB (Red+Green+Blue) = 130+132+82=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 132 - color contains mainly: green. Hex color #828452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828452 is #7D7BAD. Grayscale: #7D7D7D. Windows color (decimal): -8223662 or 5407874. OLE color: 5407874.

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

Color convert

RGB13013282-
CMYK0.0200.380.48
HSL62.4º23.36%41.96%-
HSV(B)62.4º37.88%51.76%-
XYZ18.9821.8611.2-
YUV125.7103.34131.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.79%
GREEN value IS 132 (51.95% from 255) = 38.37%
BLUE value IS 82 (32.42% from 255) = 23.84%
R=37.79%
G=38.37%
B=23.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130132820.0200.380.4862.423.3641.96
Hex8284522026303e172a
Octal202204122204660762752
Binary1000001010000100101001010010011011000011111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828452; }

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

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

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

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

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

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

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

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