#838558

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

Shades of Bandicoot #838558

Tints of Bandicoot #838558

Color information

#838558 (or 0x838558) is unknown color: approx Bandicoot. HEX triplet: 83, 85 and 58. RGB value is (131,133,88). Sum of RGB (Red+Green+Blue) = 131+133+88=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 133 - color contains mainly: green. Hex color #838558 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838558 is #7C7AA7. Grayscale: #7F7F7F. Windows color (decimal): -8157864 or 5801347. OLE color: 5801347.

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

Color convert

RGB13113388-
CMYK0.0200.340.48
HSL62.67º20.36%43.33%-
HSV(B)62.67º33.83%52.16%-
XYZ19.5122.312.51-
YUV127.27105.84130.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.22%
GREEN value IS 133 (52.34% from 255) = 37.78%
BLUE value IS 88 (34.77% from 255) = 25%
R=37.22%
G=37.78%
B=25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131133880.0200.340.4862.6720.3643.33
Hex8385582022303f142b
Octal203205130204260772453
Binary1000001110000101101100010010001011000011111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838558; }

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

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

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

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

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

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

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

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