#84874E

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

Shades of Kokoda #84874E

Tints of Kokoda #84874E

Color information

#84874E (or 0x84874E) is unknown color: approx Kokoda. HEX triplet: 84, 87 and 4E. RGB value is (132,135,78). Sum of RGB (Red+Green+Blue) = 132+135+78=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 135 (53.12% from 255 or 39.13% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 135 - color contains mainly: green. Hex color #84874E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84874E is #7B78B1. Grayscale: #7F7F7F. Windows color (decimal): -8091826 or 5146500. OLE color: 5146500.

HSL color Cylindrical-coordinate representation of color #84874E: hue angle of 63.16º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #84874E is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB13213578-
CMYK0.0200.420.47
HSL63.16º26.76%41.76%-
HSV(B)63.16º42.22%52.94%-
XYZ19.5522.7810.57-
YUV127.6100.01131.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 135 (53.12% from 255) = 39.13%
BLUE value IS 78 (30.86% from 255) = 22.61%
R=38.26%
G=39.13%
B=22.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132135780.0200.420.4763.1626.7641.76
Hex84874E202A2F3f1b2a
Octal204207116205257773352
Binary1000010010000111100111010010101010111111111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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