#84854E

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

Shades of Kokoda #84854E

Tints of Kokoda #84854E

Color information

#84854E (or 0x84854E) is unknown color: approx Kokoda. HEX triplet: 84, 85 and 4E. RGB value is (132,133,78). Sum of RGB (Red+Green+Blue) = 132+133+78=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 133 - color contains mainly: green. Hex color #84854E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84854E is #7B7AB1. Grayscale: #7E7E7E. Windows color (decimal): -8092338 or 5145988. OLE color: 5145988.

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

Color convert

RGB13213378-
CMYK0.0100.410.48
HSL61.09º26.07%41.37%-
HSV(B)61.09º41.35%52.16%-
XYZ19.2822.2310.48-
YUV126.43100.67131.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 133 (52.34% from 255) = 38.78%
BLUE value IS 78 (30.86% from 255) = 22.74%
R=38.48%
G=38.78%
B=22.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133780.0100.410.4861.0926.0741.37
Hex84854E1029303d1a29
Octal204205116105160753251
Binary100001001000010110011101010100111000011110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84854E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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