Html Css Color HEX #9D3423 Thunderbird

📋 copy color: '#9D3423'

red 157 ◦ green 52 ◦ blue 35

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

Shades of Thunderbird #9D3423

Tints of Thunderbird #9D3423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.34%

R = 64.34%
G = 21.31%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9D3423 (or 0x9D3423) is known color: Thunderbird. HEX triplet: 9D, 34 and 23. RGB value is (157,52,35). Sum of RGB (Red+Green+Blue) = 157+52+35=244 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.34% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3423 is #62CBDC. Grayscale: #515151. Windows color (decimal): -6474717 or 2307229. OLE color: 2307229.

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

Color convert

RGB 157 52 35 -
CMYK 0 0.67 0.78 0.38
HSL 8.36º 0.64% 0.38% -
HSV(B) 8.36º 0.78% 0.62% -
XYZ 15.44 9.75 2.66 -
YUV 81.46 101.79 181.88 -
System Red Green Blue C M Y K H S L
Decimal 157 52 35 0 0.67 0.78 0.38 8.36 0.64 0.38
Hex 9D 34 23 0 43 4E 26 8 40 26
Octal 235 64 43 0 103 116 46 10 100 46
Binary 10011101 110100 100011 0 1000011 1001110 100110 1000 1000000 100110

Color Harmonies of #9D3423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3423

Black with #9D3423

Text Example


Text Example

White with #9D3423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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