Html Css Color HEX #953433 Thunderbird

📋 copy color: '#953433'

red 149 ◦ green 52 ◦ blue 51

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

Shades of Thunderbird #953433

Tints of Thunderbird #953433

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.63%

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

R = 59.13%
G = 20.63%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#953433 (or 0x953433) is known color: Thunderbird. HEX triplet: 95, 34 and 33. RGB value is (149,52,51). Sum of RGB (Red+Green+Blue) = 149+52+51=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #953433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953433 is #6ACBCC. Grayscale: #505050. Windows color (decimal): -6998989 or 3355797. OLE color: 3355797.

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

Color convert

RGB 149 52 51 -
CMYK 0 0.65 0.66 0.42
HSL 0.61º 0.49% 0.39% -
HSV(B) 0.61º 0.66% 0.58% -
XYZ 14.22 9.08 4.14 -
YUV 80.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 149 52 51 0 0.65 0.66 0.42 0.61 0.49 0.39
Hex 95 34 33 0 41 42 2A 1 31 27
Octal 225 64 63 0 101 102 52 1 61 47
Binary 10010101 110100 110011 0 1000001 1000010 101010 1 110001 100111

Color Harmonies of #953433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953433

Black with #953433

Text Example


Text Example

White with #953433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953433; }

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

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

background-color css

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

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

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

border-color css

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

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

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