#848556

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

Shades of Kokoda #848556

Tints of Kokoda #848556

Color information

#848556 (or 0x848556) is unknown color: approx Kokoda. HEX triplet: 84, 85 and 56. RGB value is (132,133,86). Sum of RGB (Red+Green+Blue) = 132+133+86=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #848556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848556 is #7B7AA9. Grayscale: #7F7F7F. Windows color (decimal): -8092330 or 5670276. OLE color: 5670276.

HSL color Cylindrical-coordinate representation of color #848556: hue angle of 61.28º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #848556 is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB13213386-
CMYK0.0100.350.48
HSL61.28º21.46%42.94%-
HSV(B)61.28º35.34%52.16%-
XYZ19.5822.3512.09-
YUV127.34104.67131.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.61%
GREEN value IS 133 (52.34% from 255) = 37.89%
BLUE value IS 86 (33.98% from 255) = 24.50%
R=37.61%
G=37.89%
B=24.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133860.0100.350.4861.2821.4642.94
Hex8485561023303d152b
Octal204205126104360752553
Binary100001001000010110101101010001111000011110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848556; }

 p { color: rgb(132,133,86); }

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

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

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

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

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

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

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