Html Css Color HEX #9A3829 Thunderbird

📋 copy color: '#9A3829'

red 154 ◦ green 56 ◦ blue 41

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

Shades of Thunderbird #9A3829

Tints of Thunderbird #9A3829

RGB

 RED value IS 154 (60.55% from 255) = 61.35%

 GREEN value IS 56 (22.27% from 255) = 22.31%

 BLUE value IS 41 (16.41% from 255) = 16.33%

R = 61.35%
G = 22.31%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#9A3829 (or 0x9A3829) is known color: Thunderbird. HEX triplet: 9A, 38 and 29. RGB value is (154,56,41). Sum of RGB (Red+Green+Blue) = 154+56+41=251 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.35% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A3829 is #65C7D6. Grayscale: #535353. Windows color (decimal): -6670295 or 2701466. OLE color: 2701466.

HSL color Cylindrical-coordinate representation of color #9A3829: hue angle of 7.96º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A3829 is Cyan = 0, Magento = 0.64, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 56 41 -
CMYK 0 0.64 0.73 0.40
HSL 7.96º 0.58% 0.38% -
HSV(B) 7.96º 0.73% 0.6% -
XYZ 15.14 9.86 3.2 -
YUV 83.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 154 56 41 0 0.64 0.73 0.40 7.96 0.58 0.38
Hex 9A 38 29 0 40 49 28 8 3A 26
Octal 232 70 51 0 100 111 50 10 72 46
Binary 10011010 111000 101001 0 1000000 1001001 101000 1000 111010 100110

Color Harmonies of #9A3829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3829

Black with #9A3829

Text Example


Text Example

White with #9A3829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,56,41); }

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

background-color css

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

 a { background-color: rgb(154,56,41); }

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

border-color css

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

 span { border-color: rgb(154,56,41); }

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