Html Css Color HEX #953A32 Thunderbird

📋 copy color: '#953A32'

red 149 ◦ green 58 ◦ blue 50

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

Shades of Thunderbird #953A32

Tints of Thunderbird #953A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.57%

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

R = 57.98%
G = 22.57%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#953A32 (or 0x953A32) is known color: Thunderbird. HEX triplet: 95, 3A and 32. RGB value is (149,58,50). Sum of RGB (Red+Green+Blue) = 149+58+50=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #953A32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A32 is #6AC5CD. Grayscale: #545454. Windows color (decimal): -6997454 or 3291797. OLE color: 3291797.

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

Color convert

RGB 149 58 50 -
CMYK 0 0.61 0.66 0.42
HSL 4.85º 0.5% 0.39% -
HSV(B) 4.85º 0.66% 0.58% -
XYZ 14.48 9.65 4.12 -
YUV 84.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 149 58 50 0 0.61 0.66 0.42 4.85 0.5 0.39
Hex 95 3A 32 0 3D 42 2A 5 32 27
Octal 225 72 62 0 75 102 52 5 62 47
Binary 10010101 111010 110010 0 111101 1000010 101010 101 110010 100111

Color Harmonies of #953A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A32

Black with #953A32

Text Example


Text Example

White with #953A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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