#848254

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

Shades of Kokoda #848254

Tints of Kokoda #848254

Color information

#848254 (or 0x848254) is unknown color: approx Kokoda. HEX triplet: 84, 82 and 54. RGB value is (132,130,84). Sum of RGB (Red+Green+Blue) = 132+130+84=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #848254 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848254 is #7B7DAB. Grayscale: #7D7D7D. Windows color (decimal): -8093100 or 5538436. OLE color: 5538436.

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

Color convert

RGB13213084-
CMYK00.020.360.48
HSL57.5º22.22%42.35%-
HSV(B)57.5º36.36%51.76%-
XYZ19.121.5111.53-
YUV125.35104.66132.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=38.15%
G=37.57%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321308400.020.360.4857.522.2242.35
Hex8482540224303a162a
Octal204202124024460722652
Binary1000010010000010101010001010010011000011101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848254; }

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

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

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

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

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

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

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

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