#848551

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

Shades of Kokoda #848551

Tints of Kokoda #848551

Color information

#848551 (or 0x848551) is unknown color: approx Kokoda. HEX triplet: 84, 85 and 51. RGB value is (132,133,81). Sum of RGB (Red+Green+Blue) = 132+133+81=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #848551 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848551 is #7B7AAE. Grayscale: #7E7E7E. Windows color (decimal): -8092335 or 5342596. OLE color: 5342596.

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

Color convert

RGB13213381-
CMYK0.0100.390.48
HSL61.15º24.3%41.96%-
HSV(B)61.15º39.1%52.16%-
XYZ19.3922.2711.06-
YUV126.77102.17131.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.15%
GREEN value IS 133 (52.34% from 255) = 38.44%
BLUE value IS 81 (32.03% from 255) = 23.41%
R=38.15%
G=38.44%
B=23.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133810.0100.390.4861.1524.341.96
Hex8485511027303d182a
Octal204205121104760753052
Binary100001001000010110100011010011111000011110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848551; }

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

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

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

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

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

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

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

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