#848055

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

Shades of Kokoda #848055

Tints of Kokoda #848055

Color information

#848055 (or 0x848055) is unknown color: approx Kokoda. HEX triplet: 84, 80 and 55. RGB value is (132,128,85). Sum of RGB (Red+Green+Blue) = 132+128+85=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #848055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848055 is #7B7FAA. Grayscale: #7C7C7C. Windows color (decimal): -8093611 or 5603460. OLE color: 5603460.

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

Color convert

RGB13212885-
CMYK00.030.360.48
HSL54.89º21.66%42.55%-
HSV(B)54.89º35.61%51.76%-
XYZ18.872111.65-
YUV124.29105.83133.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 128 (50.39% from 255) = 37.10%
BLUE value IS 85 (33.59% from 255) = 24.64%
R=38.26%
G=37.10%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321288500.030.360.4854.8921.6642.55
Hex84805503243037162b
Octal204200125034460672653
Binary1000010010000000101010101110010011000011011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848055; }

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

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

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

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

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

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

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

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