#9B5C4C

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

Shades of Crail #9B5C4C

Tints of Crail #9B5C4C

Color information

#9B5C4C (or 0x9B5C4C) is unknown color: approx Crail. HEX triplet: 9B, 5C and 4C. RGB value is (155,92,76). Sum of RGB (Red+Green+Blue) = 155+92+76=323 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.99% from 323); Green value is 92 (36.33% from 255 or 28.48% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5C4C is #64A3B3. Grayscale: #6D6D6D. Windows color (decimal): -6595508 or 5004443. OLE color: 5004443.

HSL color Cylindrical-coordinate representation of color #9B5C4C: hue angle of 12.15º 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 #9B5C4C is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB1559276-
CMYK00.410.510.39
HSL12.15º34.2%45.29%-
HSV(B)12.15º50.97%60.78%-
XYZ18.6515.148.78-
YUV109.01109.37160.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.99%
GREEN value IS 92 (36.33% from 255) = 28.48%
BLUE value IS 76 (30.08% from 255) = 23.53%
R=47.99%
G=28.48%
B=23.53%

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
Decimal155927600.410.510.3912.1534.245.29
Hex9B5C4C0293327c222d
Octal2331341140516347144255
Binary100110111011100100110001010011100111001111100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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