#913738

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

Shades of Well Read #913738

Tints of Well Read #913738

Color information

#913738 (or 0x913738) is unknown color: approx Well Read. HEX triplet: 91, 37 and 38. RGB value is (145,55,56). Sum of RGB (Red+Green+Blue) = 145+55+56=256 (33% of max value = 765). Red value is 145 (57.03% from 255 or 56.64% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 56 (22.27% from 255 or 21.88% from 256); Max value from RGB is 145 - color contains mainly: red. Hex color #913738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913738 is #6EC8C7. Grayscale: #525252. Windows color (decimal): -7260360 or 3684241. OLE color: 3684241.

HSL color Cylindrical-coordinate representation of color #913738: hue angle of 359.33º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #913738 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB1455556-
CMYK00.620.610.43
HSL359.33º45%39.22%-
HSV(B)359.33º62.07%56.86%-
XYZ13.769.044.76-
YUV82.02113.32172.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 56.64%
GREEN value IS 55 (21.88% from 255) = 21.48%
BLUE value IS 56 (22.27% from 255) = 21.88%
R=56.64%
G=21.48%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145555600.620.610.43359.334539.22
Hex91373803E3D2B1672d27
Octal221677007675535475547
Binary100100011101111110000111110111101101011101100111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #913738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #913738; }

 p { color: rgb(145,55,56); }

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

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

 a { background-color: rgb(145,55,56); }

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

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

 span { border-color: rgb(145,55,56); }

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