#848351

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

Shades of Kokoda #848351

Tints of Kokoda #848351

Color information

#848351 (or 0x848351) is unknown color: approx Kokoda. HEX triplet: 84, 83 and 51. RGB value is (132,131,81). Sum of RGB (Red+Green+Blue) = 132+131+81=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 132 - color contains mainly: red. Hex color #848351 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848351 is #7B7CAE. Grayscale: #7D7D7D. Windows color (decimal): -8092847 or 5342084. OLE color: 5342084.

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

Color convert

RGB13213181-
CMYK00.010.390.48
HSL58.82º23.94%41.76%-
HSV(B)58.82º38.64%51.76%-
XYZ19.1221.7310.97-
YUV125.6102.83132.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 131 (51.56% from 255) = 38.08%
BLUE value IS 81 (32.03% from 255) = 23.55%
R=38.37%
G=38.08%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321318100.010.390.4858.8223.9441.76
Hex8483510127303b182a
Octal204203121014760733052
Binary100001001000001110100010110011111000011101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848351; }

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

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

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

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

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

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

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

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