#84854F

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

Shades of Kokoda #84854F

Tints of Kokoda #84854F

Color information

#84854F (or 0x84854F) is unknown color: approx Kokoda. HEX triplet: 84, 85 and 4F. RGB value is (132,133,79). Sum of RGB (Red+Green+Blue) = 132+133+79=344 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.37% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 133 - color contains mainly: green. Hex color #84854F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84854F is #7B7AB0. Grayscale: #7E7E7E. Windows color (decimal): -8092337 or 5211524. OLE color: 5211524.

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

Color convert

RGB13213379-
CMYK0.0100.410.48
HSL61.11º25.47%41.57%-
HSV(B)61.11º40.6%52.16%-
XYZ19.3122.2510.67-
YUV126.54101.17131.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.37%
GREEN value IS 133 (52.34% from 255) = 38.66%
BLUE value IS 79 (31.25% from 255) = 22.97%
R=38.37%
G=38.66%
B=22.97%

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
Decimal132133790.0100.410.4861.1125.4741.57
Hex84854F1029303d192a
Octal204205117105160753152
Binary100001001000010110011111010100111000011110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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