#84804F

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

Shades of Kokoda #84804F

Tints of Kokoda #84804F

Color information

#84804F (or 0x84804F) is unknown color: approx Kokoda. HEX triplet: 84, 80 and 4F. RGB value is (132,128,79). Sum of RGB (Red+Green+Blue) = 132+128+79=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #84804F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84804F is #7B7FB0. Grayscale: #7B7B7B. Windows color (decimal): -8093617 or 5210244. OLE color: 5210244.

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

Color convert

RGB13212879-
CMYK00.030.400.48
HSL55.47º25.12%41.37%-
HSV(B)55.47º40.15%51.76%-
XYZ18.6520.9110.45-
YUV123.61102.83133.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.94%
GREEN value IS 128 (50.39% from 255) = 37.76%
BLUE value IS 79 (31.25% from 255) = 23.30%
R=38.94%
G=37.76%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321287900.030.400.4855.4725.1241.37
Hex84804F032830371929
Octal204200117035060673151
Binary1000010010000000100111101110100011000011011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84804F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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