#848457

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

Shades of Kokoda #848457

Tints of Kokoda #848457

Color information

#848457 (or 0x848457) is unknown color: approx Kokoda. HEX triplet: 84, 84 and 57. RGB value is (132,132,87). Sum of RGB (Red+Green+Blue) = 132+132+87=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 87 (34.38% from 255 or 24.79% from 351); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848457 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848457 is #7B7BA8. Grayscale: #7F7F7F. Windows color (decimal): -8092585 or 5735556. OLE color: 5735556.

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

Color convert

RGB13213287-
CMYK000.340.48
HSL60º20.55%42.94%-
HSV(B)60º34.09%51.76%-
XYZ19.4922.112.25-
YUV126.87105.5131.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.61%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 87 (34.38% from 255) = 24.79%
R=37.61%
G=37.61%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213287000.340.486020.5542.94
Hex8484570022303c152b
Octal204204127004260742553
Binary100001001000010010101110010001011000011110010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848457; }

 p { color: rgb(132,132,87); }

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

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

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

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

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

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

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