Html Css Color HEX #943A2F Thunderbird

📋 copy color: '#943A2F'

red 148 ◦ green 58 ◦ blue 47

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

Shades of Thunderbird #943A2F

Tints of Thunderbird #943A2F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.92%

 BLUE value IS 47 (18.75% from 255) = 18.58%

R = 58.5%
G = 22.92%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#943A2F (or 0x943A2F) is known color: Thunderbird. HEX triplet: 94, 3A and 2F. RGB value is (148,58,47). Sum of RGB (Red+Green+Blue) = 148+58+47=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #943A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #943A2F is #6BC5D0. Grayscale: #535353. Windows color (decimal): -7062993 or 3095188. OLE color: 3095188.

HSL color Cylindrical-coordinate representation of color #943A2F: hue angle of 6.53º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #943A2F is Cyan = 0, Magento = 0.61, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 58 47 -
CMYK 0 0.61 0.68 0.42
HSL 6.53º 0.52% 0.38% -
HSV(B) 6.53º 0.68% 0.58% -
XYZ 14.24 9.53 3.78 -
YUV 83.66 107.32 173.89 -
System Red Green Blue C M Y K H S L
Decimal 148 58 47 0 0.61 0.68 0.42 6.53 0.52 0.38
Hex 94 3A 2F 0 3D 44 2A 7 34 26
Octal 224 72 57 0 75 104 52 7 64 46
Binary 10010100 111010 101111 0 111101 1000100 101010 111 110100 100110

Color Harmonies of #943A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943A2F

Black with #943A2F

Text Example


Text Example

White with #943A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,58,47); }

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

background-color css

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

 a { background-color: rgb(148,58,47); }

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

border-color css

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

 span { border-color: rgb(148,58,47); }

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