Html Css Color HEX #953730 Thunderbird

📋 copy color: '#953730'

red 149 ◦ green 55 ◦ blue 48

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

Shades of Thunderbird #953730

Tints of Thunderbird #953730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.83%

 BLUE value IS 48 (19.14% from 255) = 19.05%

R = 59.13%
G = 21.83%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#953730 (or 0x953730) is known color: Thunderbird. HEX triplet: 95, 37 and 30. RGB value is (149,55,48). Sum of RGB (Red+Green+Blue) = 149+55+48=252 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.13% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 149 - color contains mainly: red. Hex color #953730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953730 is #6AC8CF. Grayscale: #525252. Windows color (decimal): -6998224 or 3159957. OLE color: 3159957.

HSL color Cylindrical-coordinate representation of color #953730: hue angle of 4.16º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953730 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 48 -
CMYK 0 0.63 0.68 0.42
HSL 4.16º 0.51% 0.39% -
HSV(B) 4.16º 0.68% 0.58% -
XYZ 14.29 9.34 3.84 -
YUV 82.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 149 55 48 0 0.63 0.68 0.42 4.16 0.51 0.39
Hex 95 37 30 0 3F 44 2A 4 33 27
Octal 225 67 60 0 77 104 52 4 63 47
Binary 10010101 110111 110000 0 111111 1000100 101010 100 110011 100111

Color Harmonies of #953730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953730

Black with #953730

Text Example


Text Example

White with #953730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953730; }

 p { color: rgb(149,55,48); }

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

background-color css

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

 a { background-color: rgb(149,55,48); }

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

border-color css

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

 span { border-color: rgb(149,55,48); }

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