Html Css Color HEX #9D3424 Thunderbird

📋 copy color: '#9D3424'

red 157 ◦ green 52 ◦ blue 36

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

Shades of Thunderbird #9D3424

Tints of Thunderbird #9D3424

RGB

 RED value IS 157 (61.72% from 255) = 64.08%

 GREEN value IS 52 (20.7% from 255) = 21.22%

 BLUE value IS 36 (14.45% from 255) = 14.69%

R = 64.08%
G = 21.22%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.38

RGB Variations

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

Color information

#9D3424 (or 0x9D3424) is known color: Thunderbird. HEX triplet: 9D, 34 and 24. RGB value is (157,52,36). Sum of RGB (Red+Green+Blue) = 157+52+36=245 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.08% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3424 is #62CBDB. Grayscale: #515151. Windows color (decimal): -6474716 or 2372765. OLE color: 2372765.

HSL color Cylindrical-coordinate representation of color #9D3424: hue angle of 7.93º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D3424 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 52 36 -
CMYK 0 0.67 0.77 0.38
HSL 7.93º 0.63% 0.38% -
HSV(B) 7.93º 0.77% 0.62% -
XYZ 15.45 9.75 2.74 -
YUV 81.57 102.29 181.8 -
System Red Green Blue C M Y K H S L
Decimal 157 52 36 0 0.67 0.77 0.38 7.93 0.63 0.38
Hex 9D 34 24 0 43 4D 26 8 3F 26
Octal 235 64 44 0 103 115 46 10 77 46
Binary 10011101 110100 100100 0 1000011 1001101 100110 1000 111111 100110

Color Harmonies of #9D3424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3424

Black with #9D3424

Text Example


Text Example

White with #9D3424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D3424; }

 p { color: rgb(157,52,36); }

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

background-color css

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

 a { background-color: rgb(157,52,36); }

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

border-color css

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

 span { border-color: rgb(157,52,36); }

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