Html Css Color HEX #953532 Thunderbird

📋 copy color: '#953532'

red 149 ◦ green 53 ◦ blue 50

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

Shades of Thunderbird #953532

Tints of Thunderbird #953532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.84%

R = 59.13%
G = 21.03%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#953532 (or 0x953532) is known color: Thunderbird. HEX triplet: 95, 35 and 32. RGB value is (149,53,50). Sum of RGB (Red+Green+Blue) = 149+53+50=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #953532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953532 is #6ACACD. Grayscale: #515151. Windows color (decimal): -6998734 or 3290517. OLE color: 3290517.

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

Color convert

RGB 149 53 50 -
CMYK 0 0.64 0.66 0.42
HSL 1.82º 0.5% 0.39% -
HSV(B) 1.82º 0.66% 0.58% -
XYZ 14.24 9.17 4.04 -
YUV 81.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 149 53 50 0 0.64 0.66 0.42 1.82 0.5 0.39
Hex 95 35 32 0 40 42 2A 2 32 27
Octal 225 65 62 0 100 102 52 2 62 47
Binary 10010101 110101 110010 0 1000000 1000010 101010 10 110010 100111

Color Harmonies of #953532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953532

Black with #953532

Text Example


Text Example

White with #953532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953532; }

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

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

background-color css

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

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

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

border-color css

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

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

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