Html Css Color HEX #943D32 Thunderbird

📋 copy color: '#943D32'

red 148 ◦ green 61 ◦ blue 50

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

Shades of Thunderbird #943D32

Tints of Thunderbird #943D32

RGB

 RED value IS 148 (58.2% from 255) = 57.14%

 GREEN value IS 61 (24.22% from 255) = 23.55%

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

R = 57.14%
G = 23.55%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#943D32 (or 0x943D32) is known color: Thunderbird. HEX triplet: 94, 3D and 32. RGB value is (148,61,50). Sum of RGB (Red+Green+Blue) = 148+61+50=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #943D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943D32 is #6BC2CD. Grayscale: #555555. Windows color (decimal): -7062222 or 3292564. OLE color: 3292564.

HSL color Cylindrical-coordinate representation of color #943D32: hue angle of 6.73º degrees, saturation: 0.49, 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 #943D32 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 61 50 -
CMYK 0 0.59 0.66 0.42
HSL 6.73º 0.49% 0.39% -
HSV(B) 6.73º 0.66% 0.58% -
XYZ 14.46 9.86 4.16 -
YUV 85.76 107.82 172.39 -
System Red Green Blue C M Y K H S L
Decimal 148 61 50 0 0.59 0.66 0.42 6.73 0.49 0.39
Hex 94 3D 32 0 3B 42 2A 7 31 27
Octal 224 75 62 0 73 102 52 7 61 47
Binary 10010100 111101 110010 0 111011 1000010 101010 111 110001 100111

Color Harmonies of #943D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943D32

Black with #943D32

Text Example


Text Example

White with #943D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943D32; }

 p { color: rgb(148,61,50); }

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

background-color css

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

 a { background-color: rgb(148,61,50); }

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

border-color css

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

 span { border-color: rgb(148,61,50); }

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