#84854C

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

Shades of Kokoda #84854C

Tints of Kokoda #84854C

Color information

#84854C (or 0x84854C) is unknown color: approx Kokoda. HEX triplet: 84, 85 and 4C. RGB value is (132,133,76). Sum of RGB (Red+Green+Blue) = 132+133+76=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 133 - color contains mainly: green. Hex color #84854C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84854C is #7B7AB3. Grayscale: #7E7E7E. Windows color (decimal): -8092340 or 5014916. OLE color: 5014916.

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

Color convert

RGB13213376-
CMYK0.0100.430.48
HSL61.05º27.27%40.98%-
HSV(B)61.05º42.86%52.16%-
XYZ19.2122.210.11-
YUV126.299.67132.13-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.71%
GREEN value IS 133 (52.34% from 255) = 39.00%
BLUE value IS 76 (30.08% from 255) = 22.29%
R=38.71%
G=39.00%
B=22.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132133760.0100.430.4861.0527.2740.98
Hex84854C102B303d1b29
Octal204205114105360753351
Binary100001001000010110011001010101111000011110111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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