#9B4344

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

Shades of Well Read #9B4344

Tints of Well Read #9B4344

Color information

#9B4344 (or 0x9B4344) is unknown color: approx Well Read. HEX triplet: 9B, 43 and 44. RGB value is (155,67,68). Sum of RGB (Red+Green+Blue) = 155+67+68=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4344 is #64BCBB. Grayscale: #5D5D5D. Windows color (decimal): -6601916 or 4473755. OLE color: 4473755.

HSL color Cylindrical-coordinate representation of color #9B4344: hue angle of 359.32º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B4344 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB1556768-
CMYK00.570.560.39
HSL359.32º39.64%43.53%-
HSV(B)359.32º56.77%60.78%-
XYZ16.5711.46.8-
YUV93.43113.65171.92-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.45%
GREEN value IS 67 (26.56% from 255) = 23.10%
BLUE value IS 68 (26.95% from 255) = 23.45%
R=53.45%
G=23.10%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155676800.570.560.39359.3239.6443.53
Hex9B43440393827167282c
Octal23310310407170475475054
Binary10011011100001110001000111001111000100111101100111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,67,68); }

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

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

 a { background-color: rgb(155,67,68); }

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

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

 span { border-color: rgb(155,67,68); }

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