#848050

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

Shades of Kokoda #848050

Tints of Kokoda #848050

Color information

#848050 (or 0x848050) is unknown color: approx Kokoda. HEX triplet: 84, 80 and 50. RGB value is (132,128,80). Sum of RGB (Red+Green+Blue) = 132+128+80=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 80 (31.64% from 255 or 23.53% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #848050 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848050 is #7B7FAF. Grayscale: #7B7B7B. Windows color (decimal): -8093616 or 5275780. OLE color: 5275780.

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

Color convert

RGB13212880-
CMYK00.030.390.48
HSL55.38º24.53%41.57%-
HSV(B)55.38º39.39%51.76%-
XYZ18.6820.9210.64-
YUV123.72103.33133.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 128 (50.39% from 255) = 37.65%
BLUE value IS 80 (31.64% from 255) = 23.53%
R=38.82%
G=37.65%
B=23.53%

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
Decimal1321288000.030.390.4855.3824.5341.57
Hex84805003273037192a
Octal204200120034760673152
Binary1000010010000000101000001110011111000011011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848050; }

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

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

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

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

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

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

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

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