Html Css Color HEX #953A33 Thunderbird

📋 copy color: '#953A33'

red 149 ◦ green 58 ◦ blue 51

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

Shades of Thunderbird #953A33

Tints of Thunderbird #953A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.77%

R = 57.75%
G = 22.48%
B = 19.77%

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

#953A33 (or 0x953A33) is known color: Thunderbird. HEX triplet: 95, 3A and 33. RGB value is (149,58,51). Sum of RGB (Red+Green+Blue) = 149+58+51=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 58 (23.05% from 255 or 22.48% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #953A33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A33 is #6AC5CC. Grayscale: #545454. Windows color (decimal): -6997453 or 3357333. OLE color: 3357333.

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

Color convert

RGB 149 58 51 -
CMYK 0 0.61 0.66 0.42
HSL 4.29º 0.49% 0.39% -
HSV(B) 4.29º 0.66% 0.58% -
XYZ 14.51 9.65 4.23 -
YUV 84.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 149 58 51 0 0.61 0.66 0.42 4.29 0.49 0.39
Hex 95 3A 33 0 3D 42 2A 4 31 27
Octal 225 72 63 0 75 102 52 4 61 47
Binary 10010101 111010 110011 0 111101 1000010 101010 100 110001 100111

Color Harmonies of #953A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A33

Black with #953A33

Text Example


Text Example

White with #953A33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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