#847F4C

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

Shades of Kokoda #847F4C

Tints of Kokoda #847F4C

Color information

#847F4C (or 0x847F4C) is unknown color: approx Kokoda. HEX triplet: 84, 7F and 4C. RGB value is (132,127,76). Sum of RGB (Red+Green+Blue) = 132+127+76=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #847F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847F4C is #7B80B3. Grayscale: #7A7A7A. Windows color (decimal): -8093876 or 5013380. OLE color: 5013380.

HSL color Cylindrical-coordinate representation of color #847F4C: hue angle of 54.64º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #847F4C is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB13212776-
CMYK00.040.420.48
HSL54.64º26.92%40.78%-
HSV(B)54.64º42.42%51.76%-
XYZ18.4120.619.84-
YUV122.68101.66134.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 127 (50% from 255) = 37.91%
BLUE value IS 76 (30.08% from 255) = 22.69%
R=39.40%
G=37.91%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321277600.040.420.4854.6426.9240.78
Hex847F4C042A30371b29
Octal204177114045260673351
Binary1000010011111111001100010010101011000011011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847F4C; }

 p { color: rgb(132,127,76); }

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

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

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

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

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

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

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