Html Css Color HEX #953C32 Thunderbird

📋 copy color: '#953C32'

red 149 ◦ green 60 ◦ blue 50

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

Shades of Thunderbird #953C32

Tints of Thunderbird #953C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.17%

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

R = 57.53%
G = 23.17%
B = 19.31%

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

#953C32 (or 0x953C32) is known color: Thunderbird. HEX triplet: 95, 3C and 32. RGB value is (149,60,50). Sum of RGB (Red+Green+Blue) = 149+60+50=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #953C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C32 is #6AC3CD. Grayscale: #555555. Windows color (decimal): -6996942 or 3292309. OLE color: 3292309.

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

Color convert

RGB 149 60 50 -
CMYK 0 0.60 0.66 0.42
HSL 6.06º 0.5% 0.39% -
HSV(B) 6.06º 0.66% 0.58% -
XYZ 14.59 9.85 4.15 -
YUV 85.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 149 60 50 0 0.60 0.66 0.42 6.06 0.5 0.39
Hex 95 3C 32 0 3C 42 2A 6 32 27
Octal 225 74 62 0 74 102 52 6 62 47
Binary 10010101 111100 110010 0 111100 1000010 101010 110 110010 100111

Color Harmonies of #953C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C32

Black with #953C32

Text Example


Text Example

White with #953C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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