#858552

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

Shades of Kokoda #858552

Tints of Kokoda #858552

Color information

#858552 (or 0x858552) is unknown color: approx Kokoda. HEX triplet: 85, 85 and 52. RGB value is (133,133,82). Sum of RGB (Red+Green+Blue) = 133+133+82=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858552 is #7A7AAD. Grayscale: #7F7F7F. Windows color (decimal): -8026798 or 5408133. OLE color: 5408133.

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

Color convert

RGB13313382-
CMYK000.380.48
HSL60º23.72%42.16%-
HSV(B)60º38.35%52.16%-
XYZ19.5822.3711.27-
YUV127.19102.5132.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 82 (32.42% from 255) = 23.56%
R=38.22%
G=38.22%
B=23.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313382000.380.486023.7242.16
Hex8585520026303c182a
Octal205205122004660743052
Binary100001011000010110100100010011011000011110011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858552; }

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

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

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

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

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

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

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

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