Html Css Color HEX #953A30 Thunderbird

📋 copy color: '#953A30'

red 149 ◦ green 58 ◦ blue 48

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

Shades of Thunderbird #953A30

Tints of Thunderbird #953A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.75%

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

R = 58.43%
G = 22.75%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#953A30 (or 0x953A30) is known color: Thunderbird. HEX triplet: 95, 3A and 30. RGB value is (149,58,48). Sum of RGB (Red+Green+Blue) = 149+58+48=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #953A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A30 is #6AC5CF. Grayscale: #545454. Windows color (decimal): -6997456 or 3160725. OLE color: 3160725.

HSL color Cylindrical-coordinate representation of color #953A30: hue angle of 5.94º 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 #953A30 is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 48 -
CMYK 0 0.61 0.68 0.42
HSL 5.94º 0.51% 0.39% -
HSV(B) 5.94º 0.68% 0.58% -
XYZ 14.44 9.63 3.89 -
YUV 84.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 149 58 48 0 0.61 0.68 0.42 5.94 0.51 0.39
Hex 95 3A 30 0 3D 44 2A 6 33 27
Octal 225 72 60 0 75 104 52 6 63 47
Binary 10010101 111010 110000 0 111101 1000100 101010 110 110011 100111

Color Harmonies of #953A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A30

Black with #953A30

Text Example


Text Example

White with #953A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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