#858354

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

Shades of Kokoda #858354

Tints of Kokoda #858354

Color information

#858354 (or 0x858354) is unknown color: approx Kokoda. HEX triplet: 85, 83 and 54. RGB value is (133,131,84). Sum of RGB (Red+Green+Blue) = 133+131+84=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 133 - color contains mainly: red. Hex color #858354 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858354 is #7A7CAB. Grayscale: #7E7E7E. Windows color (decimal): -8027308 or 5538693. OLE color: 5538693.

HSL color Cylindrical-coordinate representation of color #858354: hue angle of 57.55º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #858354 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB13313184-
CMYK00.020.370.48
HSL57.55º22.58%42.55%-
HSV(B)57.55º36.84%52.16%-
XYZ19.3921.8611.58-
YUV126.24104.16132.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 131 (51.56% from 255) = 37.64%
BLUE value IS 84 (33.20% from 255) = 24.14%
R=38.22%
G=37.64%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331318400.020.370.4857.5522.5842.55
Hex8583540225303a172b
Octal205203124024560722753
Binary1000010110000011101010001010010111000011101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858354; }

 p { color: rgb(133,131,84); }

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

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

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

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

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

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

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