Html Css Color HEX #95372C Thunderbird

📋 copy color: '#95372C'

red 149 ◦ green 55 ◦ blue 44

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

Shades of Thunderbird #95372C

Tints of Thunderbird #95372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.18%

 BLUE value IS 44 (17.58% from 255) = 17.74%

R = 60.08%
G = 22.18%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95372C (or 0x95372C) is known color: Thunderbird. HEX triplet: 95, 37 and 2C. RGB value is (149,55,44). Sum of RGB (Red+Green+Blue) = 149+55+44=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #95372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95372C is #6AC8D3. Grayscale: #515151. Windows color (decimal): -6998228 or 2897813. OLE color: 2897813.

HSL color Cylindrical-coordinate representation of color #95372C: hue angle of 6.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95372C is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 44 -
CMYK 0 0.63 0.70 0.42
HSL 6.29º 0.54% 0.38% -
HSV(B) 6.29º 0.7% 0.58% -
XYZ 14.22 9.3 3.43 -
YUV 81.85 106.64 175.89 -
System Red Green Blue C M Y K H S L
Decimal 149 55 44 0 0.63 0.70 0.42 6.29 0.54 0.38
Hex 95 37 2C 0 3F 46 2A 6 36 26
Octal 225 67 54 0 77 106 52 6 66 46
Binary 10010101 110111 101100 0 111111 1000110 101010 110 110110 100110

Color Harmonies of #95372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95372C

Black with #95372C

Text Example


Text Example

White with #95372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95372C; }

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

 H1.HeaderClassName
 {
   color: #95372C;
 }
 .AnyTagClassName
 {
   color: #95372C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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