Html Css Color HEX #953328 Thunderbird

📋 copy color: '#953328'

red 149 ◦ green 51 ◦ blue 40

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

Shades of Thunderbird #953328

Tints of Thunderbird #953328

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.25%

 BLUE value IS 40 (16.02% from 255) = 16.67%

R = 62.08%
G = 21.25%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#953328 (or 0x953328) is known color: Thunderbird. HEX triplet: 95, 33 and 28. RGB value is (149,51,40). Sum of RGB (Red+Green+Blue) = 149+51+40=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #953328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953328 is #6ACCD7. Grayscale: #4F4F4F. Windows color (decimal): -6999256 or 2634645. OLE color: 2634645.

HSL color Cylindrical-coordinate representation of color #953328: hue angle of 6.06º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #953328 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 51 40 -
CMYK 0 0.66 0.73 0.42
HSL 6.06º 0.58% 0.37% -
HSV(B) 6.06º 0.73% 0.58% -
XYZ 13.96 8.91 2.99 -
YUV 79.05 105.97 177.89 -
System Red Green Blue C M Y K H S L
Decimal 149 51 40 0 0.66 0.73 0.42 6.06 0.58 0.37
Hex 95 33 28 0 42 49 2A 6 3A 25
Octal 225 63 50 0 102 111 52 6 72 45
Binary 10010101 110011 101000 0 1000010 1001001 101010 110 111010 100101

Color Harmonies of #953328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953328

Black with #953328

Text Example


Text Example

White with #953328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953328; }

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

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

background-color css

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

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

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

border-color css

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

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

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