Html Css Color HEX #952E28 Thunderbird

📋 copy color: '#952E28'

red 149 ◦ green 46 ◦ blue 40

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

Shades of Thunderbird #952E28

Tints of Thunderbird #952E28

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.57%

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

R = 63.4%
G = 19.57%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#952E28 (or 0x952E28) is known color: Thunderbird. HEX triplet: 95, 2E and 28. RGB value is (149,46,40). Sum of RGB (Red+Green+Blue) = 149+46+40=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 46 (18.36% from 255 or 19.57% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #952E28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E28 is #6AD1D7. Grayscale: #4C4C4C. Windows color (decimal): -7000536 or 2633365. OLE color: 2633365.

HSL color Cylindrical-coordinate representation of color #952E28: hue angle of 3.3º 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 #952E28 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 46 40 -
CMYK 0 0.69 0.73 0.42
HSL 3.3º 0.58% 0.37% -
HSV(B) 3.3º 0.73% 0.58% -
XYZ 13.75 8.5 2.92 -
YUV 76.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 149 46 40 0 0.69 0.73 0.42 3.3 0.58 0.37
Hex 95 2E 28 0 45 49 2A 3 3A 25
Octal 225 56 50 0 105 111 52 3 72 45
Binary 10010101 101110 101000 0 1000101 1001001 101010 11 111010 100101

Color Harmonies of #952E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E28

Black with #952E28

Text Example


Text Example

White with #952E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952E28; }

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

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

background-color css

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

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

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

border-color css

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

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

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