#848049

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

Shades of Kokoda #848049

Tints of Kokoda #848049

Color information

#848049 (or 0x848049) is unknown color: approx Kokoda. HEX triplet: 84, 80 and 49. RGB value is (132,128,73). Sum of RGB (Red+Green+Blue) = 132+128+73=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #848049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848049 is #7B7FB6. Grayscale: #7B7B7B. Windows color (decimal): -8093623 or 4817028. OLE color: 4817028.

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

Color convert

RGB13212873-
CMYK00.030.450.48
HSL55.93º28.78%40.2%-
HSV(B)55.93º44.7%51.76%-
XYZ18.4420.829.35-
YUV122.9399.83134.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 128 (50.39% from 255) = 38.44%
BLUE value IS 73 (28.91% from 255) = 21.92%
R=39.64%
G=38.44%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321287300.030.450.4855.9328.7840.2
Hex848049032D30381d28
Octal204200111035560703550
Binary1000010010000000100100101110110111000011100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848049; }

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

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

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

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

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

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

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

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