Html Css Color HEX #953D31 Thunderbird

📋 copy color: '#953D31'

red 149 ◦ green 61 ◦ blue 49

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

Shades of Thunderbird #953D31

Tints of Thunderbird #953D31

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.55%

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

R = 57.53%
G = 23.55%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#953D31 (or 0x953D31) is known color: Thunderbird. HEX triplet: 95, 3D and 31. RGB value is (149,61,49). Sum of RGB (Red+Green+Blue) = 149+61+49=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #953D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953D31 is #6AC2CE. Grayscale: #565656. Windows color (decimal): -6996687 or 3227029. OLE color: 3227029.

HSL color Cylindrical-coordinate representation of color #953D31: hue angle of 7.2º 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 #953D31 is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 61 49 -
CMYK 0 0.59 0.67 0.42
HSL 7.2º 0.51% 0.39% -
HSV(B) 7.2º 0.67% 0.58% -
XYZ 14.62 9.95 4.06 -
YUV 85.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 149 61 49 0 0.59 0.67 0.42 7.2 0.51 0.39
Hex 95 3D 31 0 3B 43 2A 7 33 27
Octal 225 75 61 0 73 103 52 7 63 47
Binary 10010101 111101 110001 0 111011 1000011 101010 111 110011 100111

Color Harmonies of #953D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953D31

Black with #953D31

Text Example


Text Example

White with #953D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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