Html Css Color HEX #953B33 Thunderbird

📋 copy color: '#953B33'

red 149 ◦ green 59 ◦ blue 51

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

Shades of Thunderbird #953B33

Tints of Thunderbird #953B33

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.78%

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

R = 57.53%
G = 22.78%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#953B33 (or 0x953B33) is known color: Thunderbird. HEX triplet: 95, 3B and 33. RGB value is (149,59,51). Sum of RGB (Red+Green+Blue) = 149+59+51=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #953B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B33 is #6AC4CC. Grayscale: #555555. Windows color (decimal): -6997197 or 3357589. OLE color: 3357589.

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

Color convert

RGB 149 59 51 -
CMYK 0 0.60 0.66 0.42
HSL 4.9º 0.49% 0.39% -
HSV(B) 4.9º 0.66% 0.58% -
XYZ 14.56 9.76 4.25 -
YUV 85 108.82 173.65 -
System Red Green Blue C M Y K H S L
Decimal 149 59 51 0 0.60 0.66 0.42 4.9 0.49 0.39
Hex 95 3B 33 0 3C 42 2A 5 31 27
Octal 225 73 63 0 74 102 52 5 61 47
Binary 10010101 111011 110011 0 111100 1000010 101010 101 110001 100111

Color Harmonies of #953B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B33

Black with #953B33

Text Example


Text Example

White with #953B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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