Html Css Color HEX #953629 Thunderbird

📋 copy color: '#953629'

red 149 ◦ green 54 ◦ blue 41

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

Shades of Thunderbird #953629

Tints of Thunderbird #953629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.13%

 BLUE value IS 41 (16.41% from 255) = 16.8%

R = 61.07%
G = 22.13%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#953629 (or 0x953629) is known color: Thunderbird. HEX triplet: 95, 36 and 29. RGB value is (149,54,41). Sum of RGB (Red+Green+Blue) = 149+54+41=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #953629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953629 is #6AC9D6. Grayscale: #515151. Windows color (decimal): -6998487 or 2700949. OLE color: 2700949.

HSL color Cylindrical-coordinate representation of color #953629: hue angle of 7.22º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953629 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 54 41 -
CMYK 0 0.64 0.72 0.42
HSL 7.22º 0.57% 0.37% -
HSV(B) 7.22º 0.72% 0.58% -
XYZ 14.11 9.19 3.13 -
YUV 80.92 105.47 176.56 -
System Red Green Blue C M Y K H S L
Decimal 149 54 41 0 0.64 0.72 0.42 7.22 0.57 0.37
Hex 95 36 29 0 40 48 2A 7 39 25
Octal 225 66 51 0 100 110 52 7 71 45
Binary 10010101 110110 101001 0 1000000 1001000 101010 111 111001 100101

Color Harmonies of #953629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953629

Black with #953629

Text Example


Text Example

White with #953629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953629; }

 p { color: rgb(149,54,41); }

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

background-color css

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

 a { background-color: rgb(149,54,41); }

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

border-color css

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

 span { border-color: rgb(149,54,41); }

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