#828055

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

Shades of Kokoda #828055

Tints of Kokoda #828055

Color information

#828055 (or 0x828055) is unknown color: approx Kokoda. HEX triplet: 82, 80 and 55. RGB value is (130,128,85). Sum of RGB (Red+Green+Blue) = 130+128+85=343 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.90% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 85 (33.59% from 255 or 24.78% from 343); Max value from RGB is 130 - color contains mainly: red. Hex color #828055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828055 is #7D7FAA. Grayscale: #7B7B7B. Windows color (decimal): -8224683 or 5603458. OLE color: 5603458.

HSL color Cylindrical-coordinate representation of color #828055: hue angle of 57.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #828055 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB13012885-
CMYK00.020.350.49
HSL57.33º20.93%42.16%-
HSV(B)57.33º34.62%50.98%-
XYZ18.5620.8411.64-
YUV123.7106.16132.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.90%
GREEN value IS 128 (50.39% from 255) = 37.32%
BLUE value IS 85 (33.59% from 255) = 24.78%
R=37.90%
G=37.32%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301288500.020.350.4957.3320.9342.16
Hex82805502233139152a
Octal202200125024361712552
Binary1000001010000000101010101010001111000111100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828055; }

 p { color: rgb(130,128,85); }

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

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

 a { background-color: rgb(130,128,85); }

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

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

 span { border-color: rgb(130,128,85); }

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