Html Css Color HEX #913C31 Thunderbird

📋 copy color: '#913C31'

red 145 ◦ green 60 ◦ blue 49

#913C31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thunderbird #913C31

Tints of Thunderbird #913C31

RGB

 RED value IS 145 (57.03% from 255) = 57.09%

 GREEN value IS 60 (23.83% from 255) = 23.62%

 BLUE value IS 49 (19.53% from 255) = 19.29%

R = 57.09%
G = 23.62%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.43

RGB Variations

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

Color information

#913C31 (or 0x913C31) is known color: Thunderbird. HEX triplet: 91, 3C and 31. RGB value is (145,60,49). Sum of RGB (Red+Green+Blue) = 145+60+49=254 (33% of max value = 765). Red value is 145 (57.03% from 255 or 57.09% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 145 - color contains mainly: red. Hex color #913C31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #913C31 is #6EC3CE. Grayscale: #545454. Windows color (decimal): -7259087 or 3226769. OLE color: 3226769.

HSL color Cylindrical-coordinate representation of color #913C31: hue angle of 6.88º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #913C31 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 60 49 -
CMYK 0 0.59 0.66 0.43
HSL 6.88º 0.49% 0.38% -
HSV(B) 6.88º 0.66% 0.57% -
XYZ 13.85 9.47 4 -
YUV 84.16 108.16 171.39 -
System Red Green Blue C M Y K H S L
Decimal 145 60 49 0 0.59 0.66 0.43 6.88 0.49 0.38
Hex 91 3C 31 0 3B 42 2B 7 31 26
Octal 221 74 61 0 73 102 53 7 61 46
Binary 10010001 111100 110001 0 111011 1000010 101011 111 110001 100110

Color Harmonies of #913C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913C31

Black with #913C31

Text Example


Text Example

White with #913C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913C31; }

 p { color: rgb(145,60,49); }

 H1.HeaderClassName
 {
   color: #913C31;
 }
 .AnyTagClassName
 {
   color: #913C31;
 }
</style>

background-color css

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

 a { background-color: rgb(145,60,49); }

 div.DivClassName
 {
   background-color: #913C31;
 }
 .BgClassName
 {
   background-color: #913C31;
 }
</style>

border-color css

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

 span { border-color: rgb(145,60,49); }

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