#848048

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

Shades of Kokoda #848048

Tints of Kokoda #848048

Color information

#848048 (or 0x848048) is unknown color: approx Kokoda. HEX triplet: 84, 80 and 48. RGB value is (132,128,72). Sum of RGB (Red+Green+Blue) = 132+128+72=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #848048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848048 is #7B7FB7. Grayscale: #7B7B7B. Windows color (decimal): -8093624 or 4751492. OLE color: 4751492.

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

Color convert

RGB13212872-
CMYK00.030.450.48
HSL56º29.41%40%-
HSV(B)56º45.45%51.76%-
XYZ18.420.819.18-
YUV122.8199.33134.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 128 (50.39% from 255) = 38.55%
BLUE value IS 72 (28.52% from 255) = 21.69%
R=39.76%
G=38.55%
B=21.69%

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
Decimal1321287200.030.450.485629.4140
Hex848048032D30381d28
Octal204200110035560703550
Binary1000010010000000100100001110110111000011100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848048; }

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

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

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

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

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

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

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

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