Html Css Color HEX #953428 Thunderbird

📋 copy color: '#953428'

red 149 ◦ green 52 ◦ blue 40

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

Shades of Thunderbird #953428

Tints of Thunderbird #953428

RGB

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

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

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

R = 61.83%
G = 21.58%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#953428 (or 0x953428) is known color: Thunderbird. HEX triplet: 95, 34 and 28. RGB value is (149,52,40). Sum of RGB (Red+Green+Blue) = 149+52+40=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 40 (16.02% from 255 or 16.60% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #953428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953428 is #6ACBD7. Grayscale: #4F4F4F. Windows color (decimal): -6999000 or 2634901. OLE color: 2634901.

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

Color convert

RGB 149 52 40 -
CMYK 0 0.65 0.73 0.42
HSL 6.61º 0.58% 0.37% -
HSV(B) 6.61º 0.73% 0.58% -
XYZ 14.01 9 3.01 -
YUV 79.64 105.64 177.48 -
System Red Green Blue C M Y K H S L
Decimal 149 52 40 0 0.65 0.73 0.42 6.61 0.58 0.37
Hex 95 34 28 0 41 49 2A 7 3A 25
Octal 225 64 50 0 101 111 52 7 72 45
Binary 10010101 110100 101000 0 1000001 1001001 101010 111 111010 100101

Color Harmonies of #953428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953428

Black with #953428

Text Example


Text Example

White with #953428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953428; }

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

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

background-color css

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

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

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

border-color css

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

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

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