Html Css Color HEX #993E34 Thunderbird

📋 copy color: '#993E34'

red 153 ◦ green 62 ◦ blue 52

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

Shades of Thunderbird #993E34

Tints of Thunderbird #993E34

RGB

 RED value IS 153 (60.16% from 255) = 57.3%

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

 BLUE value IS 52 (20.7% from 255) = 19.48%

R = 57.3%
G = 23.22%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#993E34 (or 0x993E34) is known color: Thunderbird. HEX triplet: 99, 3E and 34. RGB value is (153,62,52). Sum of RGB (Red+Green+Blue) = 153+62+52=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #993E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993E34 is #66C1CB. Grayscale: #585858. Windows color (decimal): -6734284 or 3423897. OLE color: 3423897.

HSL color Cylindrical-coordinate representation of color #993E34: hue angle of 5.94º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993E34 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 62 52 -
CMYK 0 0.59 0.66 0.4
HSL 5.94º 0.49% 0.4% -
HSV(B) 5.94º 0.66% 0.6% -
XYZ 15.48 10.47 4.45 -
YUV 88.07 107.65 174.31 -
System Red Green Blue C M Y K H S L
Decimal 153 62 52 0 0.59 0.66 0.4 5.94 0.49 0.4
Hex 99 3E 34 0 3B 42 28 6 31 28
Octal 231 76 64 0 73 102 50 6 61 50
Binary 10011001 111110 110100 0 111011 1000010 101000 110 110001 101000

Color Harmonies of #993E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993E34

Black with #993E34

Text Example


Text Example

White with #993E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993E34; }

 p { color: rgb(153,62,52); }

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

background-color css

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

 a { background-color: rgb(153,62,52); }

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

border-color css

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

 span { border-color: rgb(153,62,52); }

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