#85854F

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

Shades of Kokoda #85854F

Tints of Kokoda #85854F

Color information

#85854F (or 0x85854F) is unknown color: approx Kokoda. HEX triplet: 85, 85 and 4F. RGB value is (133,133,79). Sum of RGB (Red+Green+Blue) = 133+133+79=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 133 - color contains mainly: red, green. Hex color #85854F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #85854F is #7A7AB0. Grayscale: #7F7F7F. Windows color (decimal): -8026801 or 5211525. OLE color: 5211525.

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

Color convert

RGB13313379-
CMYK000.410.48
HSL60º25.47%41.57%-
HSV(B)60º40.6%52.16%-
XYZ19.4722.3310.68-
YUV126.84101132.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.55%
GREEN value IS 133 (52.34% from 255) = 38.55%
BLUE value IS 79 (31.25% from 255) = 22.90%
R=38.55%
G=38.55%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313379000.410.486025.4741.57
Hex85854F0029303c192a
Octal205205117005160743152
Binary100001011000010110011110010100111000011110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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