#84814F

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

Shades of Kokoda #84814F

Tints of Kokoda #84814F

Color information

#84814F (or 0x84814F) is unknown color: approx Kokoda. HEX triplet: 84, 81 and 4F. RGB value is (132,129,79). Sum of RGB (Red+Green+Blue) = 132+129+79=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 129 (50.78% from 255 or 37.94% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #84814F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84814F is #7B7EB0. Grayscale: #7C7C7C. Windows color (decimal): -8093361 or 5210500. OLE color: 5210500.

HSL color Cylindrical-coordinate representation of color #84814F: hue angle of 56.6º 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 #84814F is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB13212979-
CMYK00.020.400.48
HSL56.6º25.12%41.37%-
HSV(B)56.6º40.15%51.76%-
XYZ18.7821.1710.49-
YUV124.2102.49133.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.82%
GREEN value IS 129 (50.78% from 255) = 37.94%
BLUE value IS 79 (31.25% from 255) = 23.24%
R=38.82%
G=37.94%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321297900.020.400.4856.625.1241.37
Hex84814F022830391929
Octal204201117025060713151
Binary1000010010000001100111101010100011000011100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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