#848652

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

Shades of Kokoda #848652

Tints of Kokoda #848652

Color information

#848652 (or 0x848652) is unknown color: approx Kokoda. HEX triplet: 84, 86 and 52. RGB value is (132,134,82). Sum of RGB (Red+Green+Blue) = 132+134+82=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #848652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848652 is #7B79AD. Grayscale: #7F7F7F. Windows color (decimal): -8092078 or 5408388. OLE color: 5408388.

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

Color convert

RGB13213482-
CMYK0.0100.390.47
HSL62.31º24.07%42.35%-
HSV(B)62.31º38.81%52.55%-
XYZ19.5622.5611.31-
YUV127.47102.34131.23-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 82 (32.42% from 255) = 23.56%
R=37.93%
G=38.51%
B=23.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132134820.0100.390.4762.3124.0742.35
Hex84865210272F3e182a
Octal204206122104757763052
Binary100001001000011010100101010011110111111111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848652; }

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

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

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

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

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

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

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

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