#84834F

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

Shades of Kokoda #84834F

Tints of Kokoda #84834F

Color information

#84834F (or 0x84834F) is unknown color: approx Kokoda. HEX triplet: 84, 83 and 4F. RGB value is (132,131,79). Sum of RGB (Red+Green+Blue) = 132+131+79=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #84834F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84834F is #7B7CB0. Grayscale: #7D7D7D. Windows color (decimal): -8092849 or 5211012. OLE color: 5211012.

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

Color convert

RGB13213179-
CMYK00.010.400.48
HSL58.87º25.12%41.37%-
HSV(B)58.87º40.15%51.76%-
XYZ19.0421.710.58-
YUV125.37101.83132.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.60%
GREEN value IS 131 (51.56% from 255) = 38.30%
BLUE value IS 79 (31.25% from 255) = 23.10%
R=38.60%
G=38.30%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321317900.010.400.4858.8725.1241.37
Hex84834F0128303b1929
Octal204203117015060733151
Binary100001001000001110011110110100011000011101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84834F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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