#848057

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

Shades of Kokoda #848057

Tints of Kokoda #848057

Color information

#848057 (or 0x848057) is unknown color: approx Kokoda. HEX triplet: 84, 80 and 57. RGB value is (132,128,87). Sum of RGB (Red+Green+Blue) = 132+128+87=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 132 - color contains mainly: red. Hex color #848057 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848057 is #7B7FA8. Grayscale: #7C7C7C. Windows color (decimal): -8093609 or 5734532. OLE color: 5734532.

HSL color Cylindrical-coordinate representation of color #848057: hue angle of 54.67º 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 #848057 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB13212887-
CMYK00.030.340.48
HSL54.67º20.55%42.94%-
HSV(B)54.67º34.09%51.76%-
XYZ18.9621.0312.08-
YUV124.52106.83133.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 128 (50.39% from 255) = 36.89%
BLUE value IS 87 (34.38% from 255) = 25.07%
R=38.04%
G=36.89%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321288700.030.340.4854.6720.5542.94
Hex84805703223037152b
Octal204200127034260672553
Binary1000010010000000101011101110001011000011011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848057; }

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

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

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

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

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

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

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

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