Html Css Color HEX #953732 Thunderbird

📋 copy color: '#953732'

red 149 ◦ green 55 ◦ blue 50

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

Shades of Thunderbird #953732

Tints of Thunderbird #953732

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.65%

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

R = 58.66%
G = 21.65%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#953732 (or 0x953732) is known color: Thunderbird. HEX triplet: 95, 37 and 32. RGB value is (149,55,50). Sum of RGB (Red+Green+Blue) = 149+55+50=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #953732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953732 is #6AC8CD. Grayscale: #525252. Windows color (decimal): -6998222 or 3291029. OLE color: 3291029.

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

Color convert

RGB 149 55 50 -
CMYK 0 0.63 0.66 0.42
HSL 3.03º 0.5% 0.39% -
HSV(B) 3.03º 0.66% 0.58% -
XYZ 14.34 9.35 4.07 -
YUV 82.54 109.64 175.41 -
System Red Green Blue C M Y K H S L
Decimal 149 55 50 0 0.63 0.66 0.42 3.03 0.5 0.39
Hex 95 37 32 0 3F 42 2A 3 32 27
Octal 225 67 62 0 77 102 52 3 62 47
Binary 10010101 110111 110010 0 111111 1000010 101010 11 110010 100111

Color Harmonies of #953732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953732

Black with #953732

Text Example


Text Example

White with #953732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953732; }

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

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

background-color css

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

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

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

border-color css

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

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

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