#84834E

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

Shades of Kokoda #84834E

Tints of Kokoda #84834E

Color information

#84834E (or 0x84834E) is unknown color: approx Kokoda. HEX triplet: 84, 83 and 4E. RGB value is (132,131,78). Sum of RGB (Red+Green+Blue) = 132+131+78=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #84834E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84834E is #7B7CB1. Grayscale: #7D7D7D. Windows color (decimal): -8092850 or 5145476. OLE color: 5145476.

HSL color Cylindrical-coordinate representation of color #84834E: hue angle of 58.89º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84834E is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB13213178-
CMYK00.010.410.48
HSL58.89º25.71%41.18%-
HSV(B)58.89º40.91%51.76%-
XYZ19.0121.6910.39-
YUV125.26101.33132.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.71%
GREEN value IS 131 (51.56% from 255) = 38.42%
BLUE value IS 78 (30.86% from 255) = 22.87%
R=38.71%
G=38.42%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321317800.010.410.4858.8925.7141.18
Hex84834E0129303b1a29
Octal204203116015160733251
Binary100001001000001110011100110100111000011101111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84834E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84834E; }

 p { color: rgb(132,131,78); }

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

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

 a { background-color: rgb(132,131,78); }

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

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

 span { border-color: rgb(132,131,78); }

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