#847F50

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

Shades of Kokoda #847F50

Tints of Kokoda #847F50

Color information

#847F50 (or 0x847F50) is unknown color: approx Kokoda. HEX triplet: 84, 7F and 50. RGB value is (132,127,80). Sum of RGB (Red+Green+Blue) = 132+127+80=339 (44% of max value = 765). Red value is 132 (51.95% from 255 or 38.94% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 132 - color contains mainly: red. Hex color #847F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847F50 is #7B80AF. Grayscale: #7B7B7B. Windows color (decimal): -8093872 or 5275524. OLE color: 5275524.

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

Color convert

RGB13212780-
CMYK00.040.390.48
HSL54.23º24.53%41.57%-
HSV(B)54.23º39.39%51.76%-
XYZ18.5520.6610.6-
YUV123.14103.66134.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.94%
GREEN value IS 127 (50% from 255) = 37.46%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=38.94%
G=37.46%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321278000.040.390.4854.2324.5341.57
Hex847F5004273036192a
Octal204177120044760663152
Binary1000010011111111010000010010011111000011011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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