#84844F

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

Shades of Kokoda #84844F

Tints of Kokoda #84844F

Color information

#84844F (or 0x84844F) is unknown color: approx Kokoda. HEX triplet: 84, 84 and 4F. RGB value is (132,132,79). Sum of RGB (Red+Green+Blue) = 132+132+79=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84844F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84844F is #7B7BB0. Grayscale: #7E7E7E. Windows color (decimal): -8092593 or 5211268. OLE color: 5211268.

HSL color Cylindrical-coordinate representation of color #84844F: hue angle of 60º 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 #84844F is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB13213279-
CMYK000.400.48
HSL60º25.12%41.37%-
HSV(B)60º40.15%51.76%-
XYZ19.1821.9710.63-
YUV125.96101.5132.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 132 (51.95% from 255) = 38.48%
BLUE value IS 79 (31.25% from 255) = 23.03%
R=38.48%
G=38.48%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213279000.400.486025.1241.37
Hex84844F0028303c1929
Octal204204117005060743151
Binary100001001000010010011110010100011000011110011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84844F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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