#84814A

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

Shades of Kokoda #84814A

Tints of Kokoda #84814A

Color information

#84814A (or 0x84814A) is unknown color: approx Kokoda. HEX triplet: 84, 81 and 4A. RGB value is (132,129,74). Sum of RGB (Red+Green+Blue) = 132+129+74=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 129 (50.78% from 255 or 38.51% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #84814A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84814A is #7B7EB5. Grayscale: #7B7B7B. Windows color (decimal): -8093366 or 4882820. OLE color: 4882820.

HSL color Cylindrical-coordinate representation of color #84814A: hue angle of 56.9º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84814A is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB13212974-
CMYK00.020.440.48
HSL56.9º28.16%40.39%-
HSV(B)56.9º43.94%51.76%-
XYZ18.621.19.57-
YUV123.6399.99133.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 129 (50.78% from 255) = 38.51%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=39.40%
G=38.51%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321297400.020.440.4856.928.1640.39
Hex84814A022C30391c28
Octal204201112025460713450
Binary1000010010000001100101001010110011000011100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84814A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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