#848159

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

Shades of Kokoda #848159

Tints of Kokoda #848159

Color information

#848159 (or 0x848159) is unknown color: approx Kokoda. HEX triplet: 84, 81 and 59. RGB value is (132,129,89). Sum of RGB (Red+Green+Blue) = 132+129+89=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #848159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848159 is #7B7EA6. Grayscale: #7D7D7D. Windows color (decimal): -8093351 or 5865860. OLE color: 5865860.

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

Color convert

RGB13212989-
CMYK00.020.330.48
HSL55.81º19.46%43.33%-
HSV(B)55.81º32.58%51.76%-
XYZ19.1721.3312.56-
YUV125.34107.49132.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.71%
GREEN value IS 129 (50.78% from 255) = 36.86%
BLUE value IS 89 (35.16% from 255) = 25.43%
R=37.71%
G=36.86%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321298900.020.330.4855.8119.4643.33
Hex84815902213038132b
Octal204201131024160702353
Binary1000010010000001101100101010000111000011100010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848159; }

 p { color: rgb(132,129,89); }

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

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

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

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

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

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

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