#84804E

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

Shades of Kokoda #84804E

Tints of Kokoda #84804E

Color information

#84804E (or 0x84804E) is unknown color: approx Kokoda. HEX triplet: 84, 80 and 4E. RGB value is (132,128,78). Sum of RGB (Red+Green+Blue) = 132+128+78=338 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.05% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 132 - color contains mainly: red. Hex color #84804E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84804E is #7B7FB1. Grayscale: #7B7B7B. Windows color (decimal): -8093618 or 5144708. OLE color: 5144708.

HSL color Cylindrical-coordinate representation of color #84804E: hue angle of 55.56º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84804E is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB13212878-
CMYK00.030.410.48
HSL55.56º25.71%41.18%-
HSV(B)55.56º40.91%51.76%-
XYZ18.6120.8910.26-
YUV123.5102.33134.07-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.05%
GREEN value IS 128 (50.39% from 255) = 37.87%
BLUE value IS 78 (30.86% from 255) = 23.08%
R=39.05%
G=37.87%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321287800.030.410.4855.5625.7141.18
Hex84804E032930381a29
Octal204200116035160703251
Binary1000010010000000100111001110100111000011100011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84804E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,128,78); }

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

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

 a { background-color: rgb(132,128,78); }

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

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

 span { border-color: rgb(132,128,78); }

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