Html Css Color HEX #953A2F Thunderbird

📋 copy color: '#953A2F'

red 149 ◦ green 58 ◦ blue 47

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

Shades of Thunderbird #953A2F

Tints of Thunderbird #953A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.5%

R = 58.66%
G = 22.83%
B = 18.5%

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

#953A2F (or 0x953A2F) is known color: Thunderbird. HEX triplet: 95, 3A and 2F. RGB value is (149,58,47). Sum of RGB (Red+Green+Blue) = 149+58+47=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #953A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A2F is #6AC5D0. Grayscale: #545454. Windows color (decimal): -6997457 or 3095189. OLE color: 3095189.

HSL color Cylindrical-coordinate representation of color #953A2F: hue angle of 6.47º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953A2F is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 47 -
CMYK 0 0.61 0.68 0.42
HSL 6.47º 0.52% 0.38% -
HSV(B) 6.47º 0.68% 0.58% -
XYZ 14.42 9.62 3.79 -
YUV 83.96 107.15 174.39 -
System Red Green Blue C M Y K H S L
Decimal 149 58 47 0 0.61 0.68 0.42 6.47 0.52 0.38
Hex 95 3A 2F 0 3D 44 2A 6 34 26
Octal 225 72 57 0 75 104 52 6 64 46
Binary 10010101 111010 101111 0 111101 1000100 101010 110 110100 100110

Color Harmonies of #953A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A2F

Black with #953A2F

Text Example


Text Example

White with #953A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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