Html Css Color HEX #953734 Thunderbird

📋 copy color: '#953734'

red 149 ◦ green 55 ◦ blue 52

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

Shades of Thunderbird #953734

Tints of Thunderbird #953734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.31%

R = 58.2%
G = 21.48%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#953734 (or 0x953734) is known color: Thunderbird. HEX triplet: 95, 37 and 34. RGB value is (149,55,52). Sum of RGB (Red+Green+Blue) = 149+55+52=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #953734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953734 is #6AC8CB. Grayscale: #525252. Windows color (decimal): -6998220 or 3422101. OLE color: 3422101.

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

Color convert

RGB 149 55 52 -
CMYK 0 0.63 0.65 0.42
HSL 1.86º 0.48% 0.39% -
HSV(B) 1.86º 0.65% 0.58% -
XYZ 14.38 9.37 4.3 -
YUV 82.76 110.64 175.24 -
System Red Green Blue C M Y K H S L
Decimal 149 55 52 0 0.63 0.65 0.42 1.86 0.48 0.39
Hex 95 37 34 0 3F 41 2A 2 30 27
Octal 225 67 64 0 77 101 52 2 60 47
Binary 10010101 110111 110100 0 111111 1000001 101010 10 110000 100111

Color Harmonies of #953734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953734

Black with #953734

Text Example


Text Example

White with #953734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953734; }

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

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

background-color css

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

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

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

border-color css

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

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

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