#958e5d

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

Shades of Bandicoot #958E5D

Tints of Bandicoot #958E5D

Color information

#958E5D (or 0x958E5D) is unknown color: approx Bandicoot. HEX triplet: 95, 8E and 5D. RGB value is (149,142,93). Sum of RGB (Red+Green+Blue) = 149+142+93=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #958E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E5D is #6A71A2. Grayscale: #8A8A8A. Windows color (decimal): -6975907 or 6131349. OLE color: 6131349.

HSL color Cylindrical-coordinate representation of color #958E5D: hue angle of 52.5º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #958E5D is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB14914293-
CMYK00.050.380.42
HSL52.5º23.14%47.45%-
HSV(B)52.5º37.58%58.43%-
XYZ24.0426.5314.21-
YUV138.51102.32135.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.80%
GREEN value IS 142 (55.86% from 255) = 36.98%
BLUE value IS 93 (36.72% from 255) = 24.22%
R=38.80%
G=36.98%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491429300.050.380.4252.523.1447.45
Hex958E5D05262A34172f
Octal225216135054652642757
Binary10010101100011101011101010110011010101011010010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958e5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958e5d; }

 p { color: rgb(149,142,93); }

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

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

 a { background-color: rgb(149,142,93); }

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

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

 span { border-color: rgb(149,142,93); }

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