Html Css Color HEX #953D32 Thunderbird

📋 copy color: '#953D32'

red 149 ◦ green 61 ◦ blue 50

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

Shades of Thunderbird #953D32

Tints of Thunderbird #953D32

RGB

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

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

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

R = 57.31%
G = 23.46%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#953D32 (or 0x953D32) is known color: Thunderbird. HEX triplet: 95, 3D and 32. RGB value is (149,61,50). Sum of RGB (Red+Green+Blue) = 149+61+50=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #953D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953D32 is #6AC2CD. Grayscale: #565656. Windows color (decimal): -6996686 or 3292565. OLE color: 3292565.

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

Color convert

RGB 149 61 50 -
CMYK 0 0.59 0.66 0.42
HSL 6.67º 0.5% 0.39% -
HSV(B) 6.67º 0.66% 0.58% -
XYZ 14.64 9.96 4.17 -
YUV 86.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 149 61 50 0 0.59 0.66 0.42 6.67 0.5 0.39
Hex 95 3D 32 0 3B 42 2A 7 32 27
Octal 225 75 62 0 73 102 52 7 62 47
Binary 10010101 111101 110010 0 111011 1000010 101010 111 110010 100111

Color Harmonies of #953D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953D32

Black with #953D32

Text Example


Text Example

White with #953D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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