Html Css Color HEX #953E31 Thunderbird

📋 copy color: '#953E31'

red 149 ◦ green 62 ◦ blue 49

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

Shades of Thunderbird #953E31

Tints of Thunderbird #953E31

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.85%

 BLUE value IS 49 (19.53% from 255) = 18.85%

R = 57.31%
G = 23.85%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#953E31 (or 0x953E31) is known color: Thunderbird. HEX triplet: 95, 3E and 31. RGB value is (149,62,49). Sum of RGB (Red+Green+Blue) = 149+62+49=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #953E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953E31 is #6AC1CE. Grayscale: #565656. Windows color (decimal): -6996431 or 3227285. OLE color: 3227285.

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

Color convert

RGB 149 62 49 -
CMYK 0 0.58 0.67 0.42
HSL 7.8º 0.51% 0.39% -
HSV(B) 7.8º 0.67% 0.58% -
XYZ 14.67 10.06 4.07 -
YUV 86.53 106.82 172.56 -
System Red Green Blue C M Y K H S L
Decimal 149 62 49 0 0.58 0.67 0.42 7.8 0.51 0.39
Hex 95 3E 31 0 3A 43 2A 8 33 27
Octal 225 76 61 0 72 103 52 10 63 47
Binary 10010101 111110 110001 0 111010 1000011 101010 1000 110011 100111

Color Harmonies of #953E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E31

Black with #953E31

Text Example


Text Example

White with #953E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953E31; }

 p { color: rgb(149,62,49); }

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

background-color css

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

 a { background-color: rgb(149,62,49); }

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

border-color css

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

 span { border-color: rgb(149,62,49); }

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