#848750

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

Shades of Kokoda #848750

Tints of Kokoda #848750

Color information

#848750 (or 0x848750) is unknown color: approx Kokoda. HEX triplet: 84, 87 and 50. RGB value is (132,135,80). Sum of RGB (Red+Green+Blue) = 132+135+80=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #848750 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848750 is #7B78AF. Grayscale: #808080. Windows color (decimal): -8091824 or 5277572. OLE color: 5277572.

HSL color Cylindrical-coordinate representation of color #848750: hue angle of 63.27º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #848750 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB13213580-
CMYK0.0200.410.47
HSL63.27º25.58%42.16%-
HSV(B)63.27º40.74%52.94%-
XYZ19.6322.8110.96-
YUV127.83101.01130.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 135 (53.12% from 255) = 38.90%
BLUE value IS 80 (31.64% from 255) = 23.05%
R=38.04%
G=38.90%
B=23.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132135800.0200.410.4763.2725.5842.16
Hex84875020292F3f1a2a
Octal204207120205157773252
Binary1000010010000111101000010010100110111111111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848750; }

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

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

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

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

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

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

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

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