#848051

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

Shades of Kokoda #848051

Tints of Kokoda #848051

Color information

#848051 (or 0x848051) is unknown color: approx Kokoda. HEX triplet: 84, 80 and 51. RGB value is (132,128,81). Sum of RGB (Red+Green+Blue) = 132+128+81=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 128 (50.39% from 255 or 37.54% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #848051 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848051 is #7B7FAE. Grayscale: #7C7C7C. Windows color (decimal): -8093615 or 5341316. OLE color: 5341316.

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

Color convert

RGB13212881-
CMYK00.030.390.48
HSL55.29º23.94%41.76%-
HSV(B)55.29º38.64%51.76%-
XYZ18.7220.9410.84-
YUV123.84103.83133.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.71%
GREEN value IS 128 (50.39% from 255) = 37.54%
BLUE value IS 81 (32.03% from 255) = 23.75%
R=38.71%
G=37.54%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321288100.030.390.4855.2923.9441.76
Hex84805103273037182a
Octal204200121034760673052
Binary1000010010000000101000101110011111000011011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848051; }

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

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

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

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

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

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

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

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