#848550

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

Shades of Kokoda #848550

Tints of Kokoda #848550

Color information

#848550 (or 0x848550) is unknown color: approx Kokoda. HEX triplet: 84, 85 and 50. RGB value is (132,133,80). Sum of RGB (Red+Green+Blue) = 132+133+80=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #848550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848550 is #7B7AAF. Grayscale: #7E7E7E. Windows color (decimal): -8092336 or 5277060. OLE color: 5277060.

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

Color convert

RGB13213380-
CMYK0.0100.400.48
HSL61.13º24.88%41.76%-
HSV(B)61.13º39.85%52.16%-
XYZ19.3522.2610.87-
YUV126.66101.67131.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 133 (52.34% from 255) = 38.55%
BLUE value IS 80 (31.64% from 255) = 23.19%
R=38.26%
G=38.55%
B=23.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133800.0100.400.4861.1324.8841.76
Hex8485501028303d192a
Octal204205120105060753152
Binary100001001000010110100001010100011000011110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848550; }

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

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

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

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

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

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

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

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