Html Css Color HEX #953E32 Thunderbird

📋 copy color: '#953E32'

red 149 ◦ green 62 ◦ blue 50

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

Shades of Thunderbird #953E32

Tints of Thunderbird #953E32

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.75%

 BLUE value IS 50 (19.92% from 255) = 19.16%

R = 57.09%
G = 23.75%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#953E32 (or 0x953E32) is known color: Thunderbird. HEX triplet: 95, 3E and 32. RGB value is (149,62,50). Sum of RGB (Red+Green+Blue) = 149+62+50=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #953E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953E32 is #6AC1CD. Grayscale: #565656. Windows color (decimal): -6996430 or 3292821. OLE color: 3292821.

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

Color convert

RGB 149 62 50 -
CMYK 0 0.58 0.66 0.42
HSL 7.27º 0.5% 0.39% -
HSV(B) 7.27º 0.66% 0.58% -
XYZ 14.69 10.07 4.19 -
YUV 86.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 149 62 50 0 0.58 0.66 0.42 7.27 0.5 0.39
Hex 95 3E 32 0 3A 42 2A 7 32 27
Octal 225 76 62 0 72 102 52 7 62 47
Binary 10010101 111110 110010 0 111010 1000010 101010 111 110010 100111

Color Harmonies of #953E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E32

Black with #953E32

Text Example


Text Example

White with #953E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,62,50); }

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

background-color css

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

 a { background-color: rgb(149,62,50); }

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

border-color css

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

 span { border-color: rgb(149,62,50); }

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