Html Css Color HEX #953934 Thunderbird

📋 copy color: '#953934'

red 149 ◦ green 57 ◦ blue 52

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

Shades of Thunderbird #953934

Tints of Thunderbird #953934

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.09%

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

R = 57.75%
G = 22.09%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#953934 (or 0x953934) is known color: Thunderbird. HEX triplet: 95, 39 and 34. RGB value is (149,57,52). Sum of RGB (Red+Green+Blue) = 149+57+52=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #953934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953934 is #6AC6CB. Grayscale: #545454. Windows color (decimal): -6997708 or 3422613. OLE color: 3422613.

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

Color convert

RGB 149 57 52 -
CMYK 0 0.62 0.65 0.42
HSL 3.09º 0.48% 0.39% -
HSV(B) 3.09º 0.65% 0.58% -
XYZ 14.48 9.56 4.33 -
YUV 83.94 109.98 174.41 -
System Red Green Blue C M Y K H S L
Decimal 149 57 52 0 0.62 0.65 0.42 3.09 0.48 0.39
Hex 95 39 34 0 3E 41 2A 3 30 27
Octal 225 71 64 0 76 101 52 3 60 47
Binary 10010101 111001 110100 0 111110 1000001 101010 11 110000 100111

Color Harmonies of #953934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953934

Black with #953934

Text Example


Text Example

White with #953934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953934; }

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

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

background-color css

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

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

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

border-color css

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

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

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