Html Css Color HEX #953427 Thunderbird

📋 copy color: '#953427'

red 149 ◦ green 52 ◦ blue 39

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

Shades of Thunderbird #953427

Tints of Thunderbird #953427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.25%

R = 62.08%
G = 21.67%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#953427 (or 0x953427) is known color: Thunderbird. HEX triplet: 95, 34 and 27. RGB value is (149,52,39). Sum of RGB (Red+Green+Blue) = 149+52+39=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #953427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953427 is #6ACBD8. Grayscale: #4F4F4F. Windows color (decimal): -6999001 or 2569365. OLE color: 2569365.

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

Color convert

RGB 149 52 39 -
CMYK 0 0.65 0.74 0.42
HSL 7.09º 0.59% 0.37% -
HSV(B) 7.09º 0.74% 0.58% -
XYZ 13.99 8.99 2.92 -
YUV 79.52 105.14 177.56 -
System Red Green Blue C M Y K H S L
Decimal 149 52 39 0 0.65 0.74 0.42 7.09 0.59 0.37
Hex 95 34 27 0 41 4A 2A 7 3B 25
Octal 225 64 47 0 101 112 52 7 73 45
Binary 10010101 110100 100111 0 1000001 1001010 101010 111 111011 100101

Color Harmonies of #953427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953427

Black with #953427

Text Example


Text Example

White with #953427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953427; }

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

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

background-color css

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

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

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

border-color css

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

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

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