Html Css Color HEX #953429 Thunderbird

📋 copy color: '#953429'

red 149 ◦ green 52 ◦ blue 41

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

Shades of Thunderbird #953429

Tints of Thunderbird #953429

RGB

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

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

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

R = 61.57%
G = 21.49%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#953429 (or 0x953429) is known color: Thunderbird. HEX triplet: 95, 34 and 29. RGB value is (149,52,41). Sum of RGB (Red+Green+Blue) = 149+52+41=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #953429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953429 is #6ACBD6. Grayscale: #4F4F4F. Windows color (decimal): -6998999 or 2700437. OLE color: 2700437.

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

Color convert

RGB 149 52 41 -
CMYK 0 0.65 0.72 0.42
HSL 6.11º 0.57% 0.37% -
HSV(B) 6.11º 0.72% 0.58% -
XYZ 14.02 9.01 3.1 -
YUV 79.75 106.14 177.39 -
System Red Green Blue C M Y K H S L
Decimal 149 52 41 0 0.65 0.72 0.42 6.11 0.57 0.37
Hex 95 34 29 0 41 48 2A 6 39 25
Octal 225 64 51 0 101 110 52 6 71 45
Binary 10010101 110100 101001 0 1000001 1001000 101010 110 111001 100101

Color Harmonies of #953429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953429

Black with #953429

Text Example


Text Example

White with #953429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953429; }

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

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

background-color css

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

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

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

border-color css

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

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

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