Html Css Color HEX #953529 Thunderbird

📋 copy color: '#953529'

red 149 ◦ green 53 ◦ blue 41

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

Shades of Thunderbird #953529

Tints of Thunderbird #953529

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.81%

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

R = 61.32%
G = 21.81%
B = 16.87%

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

#953529 (or 0x953529) is known color: Thunderbird. HEX triplet: 95, 35 and 29. RGB value is (149,53,41). Sum of RGB (Red+Green+Blue) = 149+53+41=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #953529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953529 is #6ACAD6. Grayscale: #505050. Windows color (decimal): -6998743 or 2700693. OLE color: 2700693.

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

Color convert

RGB 149 53 41 -
CMYK 0 0.64 0.72 0.42
HSL 6.67º 0.57% 0.37% -
HSV(B) 6.67º 0.72% 0.58% -
XYZ 14.07 9.1 3.11 -
YUV 80.34 105.8 176.98 -
System Red Green Blue C M Y K H S L
Decimal 149 53 41 0 0.64 0.72 0.42 6.67 0.57 0.37
Hex 95 35 29 0 40 48 2A 7 39 25
Octal 225 65 51 0 100 110 52 7 71 45
Binary 10010101 110101 101001 0 1000000 1001000 101010 111 111001 100101

Color Harmonies of #953529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953529

Black with #953529

Text Example


Text Example

White with #953529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953529; }

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

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

background-color css

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

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

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

border-color css

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

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

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