Html Css Color HEX #953A37 Thunderbird

📋 copy color: '#953A37'

red 149 ◦ green 58 ◦ blue 55

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

Shades of Thunderbird #953A37

Tints of Thunderbird #953A37

RGB

 RED value IS 149 (58.59% from 255) = 56.87%

 GREEN value IS 58 (23.05% from 255) = 22.14%

 BLUE value IS 55 (21.88% from 255) = 20.99%

R = 56.87%
G = 22.14%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#953A37 (or 0x953A37) is known color: Thunderbird. HEX triplet: 95, 3A and 37. RGB value is (149,58,55). Sum of RGB (Red+Green+Blue) = 149+58+55=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 55 (21.88% from 255 or 20.99% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #953A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A37 is #6AC5C8. Grayscale: #545454. Windows color (decimal): -6997449 or 3619477. OLE color: 3619477.

HSL color Cylindrical-coordinate representation of color #953A37: hue angle of 1.91º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #953A37 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 55 -
CMYK 0 0.61 0.63 0.42
HSL 1.91º 0.46% 0.4% -
HSV(B) 1.91º 0.63% 0.58% -
XYZ 14.6 9.69 4.72 -
YUV 84.87 111.15 173.74 -
System Red Green Blue C M Y K H S L
Decimal 149 58 55 0 0.61 0.63 0.42 1.91 0.46 0.4
Hex 95 3A 37 0 3D 3F 2A 2 2E 28
Octal 225 72 67 0 75 77 52 2 56 50
Binary 10010101 111010 110111 0 111101 111111 101010 10 101110 101000

Color Harmonies of #953A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A37

Black with #953A37

Text Example


Text Example

White with #953A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953A37; }

 p { color: rgb(149,58,55); }

 H1.HeaderClassName
 {
   color: #953A37;
 }
 .AnyTagClassName
 {
   color: #953A37;
 }
</style>

background-color css

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

 a { background-color: rgb(149,58,55); }

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

border-color css

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

 span { border-color: rgb(149,58,55); }

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