#848058

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

Shades of Kokoda #848058

Tints of Kokoda #848058

Color information

#848058 (or 0x848058) is unknown color: approx Kokoda. HEX triplet: 84, 80 and 58. RGB value is (132,128,88). Sum of RGB (Red+Green+Blue) = 132+128+88=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 128 (50.39% from 255 or 36.78% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #848058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848058 is #7B7FA7. Grayscale: #7C7C7C. Windows color (decimal): -8093608 or 5800068. OLE color: 5800068.

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

Color convert

RGB13212888-
CMYK00.030.330.48
HSL54.55º20%43.14%-
HSV(B)54.55º33.33%51.76%-
XYZ1921.0512.29-
YUV124.64107.33133.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 128 (50.39% from 255) = 36.78%
BLUE value IS 88 (34.77% from 255) = 25.29%
R=37.93%
G=36.78%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.33
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321288800.030.330.4854.552043.14
Hex84805803213037142b
Octal204200130034160672453
Binary1000010010000000101100001110000111000011011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848058; }

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

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

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

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

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

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

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

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