Html Css Color HEX #963730 Thunderbird

📋 copy color: '#963730'

red 150 ◦ green 55 ◦ blue 48

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

Shades of Thunderbird #963730

Tints of Thunderbird #963730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.97%

R = 59.29%
G = 21.74%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#963730 (or 0x963730) is known color: Thunderbird. HEX triplet: 96, 37 and 30. RGB value is (150,55,48). Sum of RGB (Red+Green+Blue) = 150+55+48=253 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.29% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 150 - color contains mainly: red. Hex color #963730 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963730 is #69C8CF. Grayscale: #525252. Windows color (decimal): -6932688 or 3159958. OLE color: 3159958.

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

Color convert

RGB 150 55 48 -
CMYK 0 0.63 0.68 0.41
HSL 4.12º 0.52% 0.39% -
HSV(B) 4.12º 0.68% 0.59% -
XYZ 14.48 9.43 3.85 -
YUV 82.61 108.47 176.07 -
System Red Green Blue C M Y K H S L
Decimal 150 55 48 0 0.63 0.68 0.41 4.12 0.52 0.39
Hex 96 37 30 0 3F 44 29 4 34 27
Octal 226 67 60 0 77 104 51 4 64 47
Binary 10010110 110111 110000 0 111111 1000100 101001 100 110100 100111

Color Harmonies of #963730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963730

Black with #963730

Text Example


Text Example

White with #963730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963730; }

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

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

background-color css

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

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

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

border-color css

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

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

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