Html Css Color HEX #953B32 Thunderbird

📋 copy color: '#953B32'

red 149 ◦ green 59 ◦ blue 50

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

Shades of Thunderbird #953B32

Tints of Thunderbird #953B32

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.87%

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

R = 57.75%
G = 22.87%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#953B32 (or 0x953B32) is known color: Thunderbird. HEX triplet: 95, 3B and 32. RGB value is (149,59,50). Sum of RGB (Red+Green+Blue) = 149+59+50=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #953B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B32 is #6AC4CD. Grayscale: #555555. Windows color (decimal): -6997198 or 3292053. OLE color: 3292053.

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

Color convert

RGB 149 59 50 -
CMYK 0 0.60 0.66 0.42
HSL 5.45º 0.5% 0.39% -
HSV(B) 5.45º 0.66% 0.58% -
XYZ 14.53 9.75 4.13 -
YUV 84.88 108.32 173.73 -
System Red Green Blue C M Y K H S L
Decimal 149 59 50 0 0.60 0.66 0.42 5.45 0.5 0.39
Hex 95 3B 32 0 3C 42 2A 5 32 27
Octal 225 73 62 0 74 102 52 5 62 47
Binary 10010101 111011 110010 0 111100 1000010 101010 101 110010 100111

Color Harmonies of #953B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B32

Black with #953B32

Text Example


Text Example

White with #953B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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