#848454

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

Shades of Kokoda #848454

Tints of Kokoda #848454

Color information

#848454 (or 0x848454) is unknown color: approx Kokoda. HEX triplet: 84, 84 and 54. RGB value is (132,132,84). Sum of RGB (Red+Green+Blue) = 132+132+84=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848454 is #7B7BAB. Grayscale: #7E7E7E. Windows color (decimal): -8092588 or 5538948. OLE color: 5538948.

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

Color convert

RGB13213284-
CMYK000.360.48
HSL60º22.22%42.35%-
HSV(B)60º36.36%51.76%-
XYZ19.3722.0511.62-
YUV126.53104131.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 84 (33.20% from 255) = 24.14%
R=37.93%
G=37.93%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213284000.360.486022.2242.35
Hex8484540024303c162a
Octal204204124004460742652
Binary100001001000010010101000010010011000011110010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848454; }

 p { color: rgb(132,132,84); }

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

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

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

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

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

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

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