#85844F

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

Shades of Kokoda #85844F

Tints of Kokoda #85844F

Color information

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

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

Color convert

RGB13313279-
CMYK00.010.410.48
HSL58.89º25.47%41.57%-
HSV(B)58.89º40.6%52.16%-
XYZ19.3422.0510.63-
YUV126.26101.33132.81-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331327900.010.410.4858.8925.4741.57
Hex85844F0129303b192a
Octal205204117015160733152
Binary100001011000010010011110110100111000011101111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85844F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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