Html Css Color HEX #953D2F Thunderbird

📋 copy color: '#953D2F'

red 149 ◦ green 61 ◦ blue 47

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

Shades of Thunderbird #953D2F

Tints of Thunderbird #953D2F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.74%

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

R = 57.98%
G = 23.74%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#953D2F (or 0x953D2F) is known color: Thunderbird. HEX triplet: 95, 3D and 2F. RGB value is (149,61,47). Sum of RGB (Red+Green+Blue) = 149+61+47=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #953D2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953D2F is #6AC2D0. Grayscale: #555555. Windows color (decimal): -6996689 or 3095957. OLE color: 3095957.

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

Color convert

RGB 149 61 47 -
CMYK 0 0.59 0.68 0.42
HSL 8.24º 0.52% 0.38% -
HSV(B) 8.24º 0.68% 0.58% -
XYZ 14.58 9.93 3.84 -
YUV 85.72 106.15 173.14 -
System Red Green Blue C M Y K H S L
Decimal 149 61 47 0 0.59 0.68 0.42 8.24 0.52 0.38
Hex 95 3D 2F 0 3B 44 2A 8 34 26
Octal 225 75 57 0 73 104 52 10 64 46
Binary 10010101 111101 101111 0 111011 1000100 101010 1000 110100 100110

Color Harmonies of #953D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953D2F

Black with #953D2F

Text Example


Text Example

White with #953D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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