Html Css Color HEX #953528 Thunderbird

📋 copy color: '#953528'

red 149 ◦ green 53 ◦ blue 40

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

Shades of Thunderbird #953528

Tints of Thunderbird #953528

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.9%

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

R = 61.57%
G = 21.9%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#953528 (or 0x953528) is known color: Thunderbird. HEX triplet: 95, 35 and 28. RGB value is (149,53,40). Sum of RGB (Red+Green+Blue) = 149+53+40=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #953528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953528 is #6ACAD7. Grayscale: #505050. Windows color (decimal): -6998744 or 2635157. OLE color: 2635157.

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

Color convert

RGB 149 53 40 -
CMYK 0 0.64 0.73 0.42
HSL 7.16º 0.58% 0.37% -
HSV(B) 7.16º 0.73% 0.58% -
XYZ 14.05 9.09 3.02 -
YUV 80.22 105.3 177.06 -
System Red Green Blue C M Y K H S L
Decimal 149 53 40 0 0.64 0.73 0.42 7.16 0.58 0.37
Hex 95 35 28 0 40 49 2A 7 3A 25
Octal 225 65 50 0 100 111 52 7 72 45
Binary 10010101 110101 101000 0 1000000 1001001 101010 111 111010 100101

Color Harmonies of #953528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953528

Black with #953528

Text Example


Text Example

White with #953528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953528; }

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

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

background-color css

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

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

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

border-color css

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

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

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