#848752

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

Shades of Kokoda #848752

Tints of Kokoda #848752

Color information

#848752 (or 0x848752) is unknown color: approx Kokoda. HEX triplet: 84, 87 and 52. RGB value is (132,135,82). Sum of RGB (Red+Green+Blue) = 132+135+82=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 135 - color contains mainly: green. Hex color #848752 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848752 is #7B78AD. Grayscale: #808080. Windows color (decimal): -8091822 or 5408644. OLE color: 5408644.

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

Color convert

RGB13213582-
CMYK0.0200.390.47
HSL63.4º24.42%42.55%-
HSV(B)63.4º39.26%52.94%-
XYZ19.722.8411.35-
YUV128.06102.01130.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 135 (53.12% from 255) = 38.68%
BLUE value IS 82 (32.42% from 255) = 23.50%
R=37.82%
G=38.68%
B=23.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132135820.0200.390.4763.424.4242.55
Hex84875220272F3f182b
Octal204207122204757773053
Binary1000010010000111101001010010011110111111111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848752; }

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

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

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

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

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

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

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

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