#848352

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

Shades of Kokoda #848352

Tints of Kokoda #848352

Color information

#848352 (or 0x848352) is unknown color: approx Kokoda. HEX triplet: 84, 83 and 52. RGB value is (132,131,82). Sum of RGB (Red+Green+Blue) = 132+131+82=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #848352 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848352 is #7B7CAD. Grayscale: #7D7D7D. Windows color (decimal): -8092846 or 5407620. OLE color: 5407620.

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

Color convert

RGB13213182-
CMYK00.010.380.48
HSL58.8º23.36%41.96%-
HSV(B)58.8º37.88%51.76%-
XYZ19.1621.7511.17-
YUV125.71103.33132.48-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 131 (51.56% from 255) = 37.97%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=38.26%
G=37.97%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321318200.010.380.4858.823.3641.96
Hex8483520126303b172a
Octal204203122014660732752
Binary100001001000001110100100110011011000011101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848352; }

 p { color: rgb(132,131,82); }

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

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

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

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

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

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

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