Html Css Color HEX #963728 Thunderbird

📋 copy color: '#963728'

red 150 ◦ green 55 ◦ blue 40

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

Shades of Thunderbird #963728

Tints of Thunderbird #963728

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.45%

 BLUE value IS 40 (16.02% from 255) = 16.33%

R = 61.22%
G = 22.45%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#963728 (or 0x963728) is known color: Thunderbird. HEX triplet: 96, 37 and 28. RGB value is (150,55,40). Sum of RGB (Red+Green+Blue) = 150+55+40=245 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.22% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 150 - color contains mainly: red. Hex color #963728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963728 is #69C8D7. Grayscale: #515151. Windows color (decimal): -6932696 or 2635670. OLE color: 2635670.

HSL color Cylindrical-coordinate representation of color #963728: hue angle of 8.18º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #963728 is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 55 40 -
CMYK 0 0.63 0.73 0.41
HSL 8.18º 0.58% 0.37% -
HSV(B) 8.18º 0.73% 0.59% -
XYZ 14.33 9.37 3.06 -
YUV 81.7 104.47 176.72 -
System Red Green Blue C M Y K H S L
Decimal 150 55 40 0 0.63 0.73 0.41 8.18 0.58 0.37
Hex 96 37 28 0 3F 49 29 8 3A 25
Octal 226 67 50 0 77 111 51 10 72 45
Binary 10010110 110111 101000 0 111111 1001001 101001 1000 111010 100101

Color Harmonies of #963728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963728

Black with #963728

Text Example


Text Example

White with #963728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963728; }

 p { color: rgb(150,55,40); }

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

background-color css

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

 a { background-color: rgb(150,55,40); }

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

border-color css

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

 span { border-color: rgb(150,55,40); }

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