#9B5B4C

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

Shades of Crail #9B5B4C

Tints of Crail #9B5B4C

Color information

#9B5B4C (or 0x9B5B4C) is unknown color: approx Crail. HEX triplet: 9B, 5B and 4C. RGB value is (155,91,76). Sum of RGB (Red+Green+Blue) = 155+91+76=322 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.14% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5B4C is #64A4B3. Grayscale: #6C6C6C. Windows color (decimal): -6595764 or 5004187. OLE color: 5004187.

HSL color Cylindrical-coordinate representation of color #9B5B4C: hue angle of 11.39º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B5B4C is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB1559176-
CMYK00.410.510.39
HSL11.39º34.2%45.29%-
HSV(B)11.39º50.97%60.78%-
XYZ18.5614.978.75-
YUV108.43109.7161.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.14%
GREEN value IS 91 (35.94% from 255) = 28.26%
BLUE value IS 76 (30.08% from 255) = 23.60%
R=48.14%
G=28.26%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155917600.410.510.3911.3934.245.29
Hex9B5B4C0293327b222d
Octal2331331140516347134255
Binary100110111011011100110001010011100111001111011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B5B4C; }

 p { color: rgb(155,91,76); }

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

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

 a { background-color: rgb(155,91,76); }

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

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

 span { border-color: rgb(155,91,76); }

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