#848256

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

Shades of Kokoda #848256

Tints of Kokoda #848256

Color information

#848256 (or 0x848256) is unknown color: approx Kokoda. HEX triplet: 84, 82 and 56. RGB value is (132,130,86). Sum of RGB (Red+Green+Blue) = 132+130+86=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #848256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848256 is #7B7DA9. Grayscale: #7D7D7D. Windows color (decimal): -8093098 or 5669508. OLE color: 5669508.

HSL color Cylindrical-coordinate representation of color #848256: hue angle of 57.39º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #848256 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB13213086-
CMYK00.020.350.48
HSL57.39º21.1%42.75%-
HSV(B)57.39º34.85%51.76%-
XYZ19.1821.5411.95-
YUV125.58105.66132.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 130 (51.17% from 255) = 37.36%
BLUE value IS 86 (33.98% from 255) = 24.71%
R=37.93%
G=37.36%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321308600.020.350.4857.3921.142.75
Hex84825602233039152b
Octal204202126024360712553
Binary1000010010000010101011001010001111000011100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848256; }

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

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

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

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

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

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

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

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