Html Css Color HEX #963E32 Thunderbird

📋 copy color: '#963E32'

red 150 ◦ green 62 ◦ blue 50

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

Shades of Thunderbird #963E32

Tints of Thunderbird #963E32

RGB

 RED value IS 150 (58.98% from 255) = 57.25%

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

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

R = 57.25%
G = 23.66%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#963E32 (or 0x963E32) is known color: Thunderbird. HEX triplet: 96, 3E and 32. RGB value is (150,62,50). Sum of RGB (Red+Green+Blue) = 150+62+50=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #963E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963E32 is #69C1CD. Grayscale: #575757. Windows color (decimal): -6930894 or 3292822. OLE color: 3292822.

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

Color convert

RGB 150 62 50 -
CMYK 0 0.59 0.67 0.41
HSL 7.2º 0.5% 0.39% -
HSV(B) 7.2º 0.67% 0.59% -
XYZ 14.88 10.16 4.19 -
YUV 86.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 150 62 50 0 0.59 0.67 0.41 7.2 0.5 0.39
Hex 96 3E 32 0 3B 43 29 7 32 27
Octal 226 76 62 0 73 103 51 7 62 47
Binary 10010110 111110 110010 0 111011 1000011 101001 111 110010 100111

Color Harmonies of #963E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963E32

Black with #963E32

Text Example


Text Example

White with #963E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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