Html Css Color HEX #95342C Thunderbird

📋 copy color: '#95342C'

red 149 ◦ green 52 ◦ blue 44

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

Shades of Thunderbird #95342C

Tints of Thunderbird #95342C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.22%

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

R = 60.82%
G = 21.22%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95342C (or 0x95342C) is known color: Thunderbird. HEX triplet: 95, 34 and 2C. RGB value is (149,52,44). Sum of RGB (Red+Green+Blue) = 149+52+44=245 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.82% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 149 - color contains mainly: red. Hex color #95342C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95342C is #6ACBD3. Grayscale: #505050. Windows color (decimal): -6998996 or 2897045. OLE color: 2897045.

HSL color Cylindrical-coordinate representation of color #95342C: hue angle of 4.57º 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 #95342C is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 52 44 -
CMYK 0 0.65 0.70 0.42
HSL 4.57º 0.54% 0.38% -
HSV(B) 4.57º 0.7% 0.58% -
XYZ 14.08 9.03 3.38 -
YUV 80.09 107.64 177.15 -
System Red Green Blue C M Y K H S L
Decimal 149 52 44 0 0.65 0.70 0.42 4.57 0.54 0.38
Hex 95 34 2C 0 41 46 2A 5 36 26
Octal 225 64 54 0 101 106 52 5 66 46
Binary 10010101 110100 101100 0 1000001 1000110 101010 101 110110 100110

Color Harmonies of #95342C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95342C

Black with #95342C

Text Example


Text Example

White with #95342C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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