Html Css Color HEX #953B37 Thunderbird

📋 copy color: '#953B37'

red 149 ◦ green 59 ◦ blue 55

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

Shades of Thunderbird #953B37

Tints of Thunderbird #953B37

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.43%

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

R = 56.65%
G = 22.43%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.42

RGB Variations

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

Color information

#953B37 (or 0x953B37) is known color: Thunderbird. HEX triplet: 95, 3B and 37. RGB value is (149,59,55). Sum of RGB (Red+Green+Blue) = 149+59+55=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #953B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B37 is #6AC4C8. Grayscale: #555555. Windows color (decimal): -6997193 or 3619733. OLE color: 3619733.

HSL color Cylindrical-coordinate representation of color #953B37: hue angle of 2.55º 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 #953B37 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 59 55 -
CMYK 0 0.60 0.63 0.42
HSL 2.55º 0.46% 0.4% -
HSV(B) 2.55º 0.63% 0.58% -
XYZ 14.65 9.79 4.73 -
YUV 85.45 110.82 173.33 -
System Red Green Blue C M Y K H S L
Decimal 149 59 55 0 0.60 0.63 0.42 2.55 0.46 0.4
Hex 95 3B 37 0 3C 3F 2A 3 2E 28
Octal 225 73 67 0 74 77 52 3 56 50
Binary 10010101 111011 110111 0 111100 111111 101010 11 101110 101000

Color Harmonies of #953B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B37

Black with #953B37

Text Example


Text Example

White with #953B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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