#84844E

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

Shades of Kokoda #84844E

Tints of Kokoda #84844E

Color information

#84844E (or 0x84844E) is unknown color: approx Kokoda. HEX triplet: 84, 84 and 4E. RGB value is (132,132,78). Sum of RGB (Red+Green+Blue) = 132+132+78=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 132 - color contains mainly: red, green. Hex color #84844E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84844E is #7B7BB1. Grayscale: #7E7E7E. Windows color (decimal): -8092594 or 5145732. OLE color: 5145732.

HSL color Cylindrical-coordinate representation of color #84844E: hue angle of 60º 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 #84844E is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB13213278-
CMYK000.410.48
HSL60º25.71%41.18%-
HSV(B)60º40.91%51.76%-
XYZ19.1421.9610.44-
YUV125.84101132.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.60%
GREEN value IS 132 (51.95% from 255) = 38.60%
BLUE value IS 78 (30.86% from 255) = 22.81%
R=38.60%
G=38.60%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13213278000.410.486025.7141.18
Hex84844E0029303c1a29
Octal204204116005160743251
Binary100001001000010010011100010100111000011110011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84844E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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