Html Css Color HEX #953829 Thunderbird

📋 copy color: '#953829'

red 149 ◦ green 56 ◦ blue 41

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

Shades of Thunderbird #953829

Tints of Thunderbird #953829

RGB

 RED value IS 149 (58.59% from 255) = 60.57%

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

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

R = 60.57%
G = 22.76%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#953829 (or 0x953829) is known color: Thunderbird. HEX triplet: 95, 38 and 29. RGB value is (149,56,41). Sum of RGB (Red+Green+Blue) = 149+56+41=246 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.57% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 149 - color contains mainly: red. Hex color #953829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953829 is #6AC7D6. Grayscale: #525252. Windows color (decimal): -6997975 or 2701461. OLE color: 2701461.

HSL color Cylindrical-coordinate representation of color #953829: hue angle of 8.33º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #953829 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 56 41 -
CMYK 0 0.62 0.72 0.42
HSL 8.33º 0.57% 0.37% -
HSV(B) 8.33º 0.72% 0.58% -
XYZ 14.21 9.38 3.16 -
YUV 82.1 104.81 175.72 -
System Red Green Blue C M Y K H S L
Decimal 149 56 41 0 0.62 0.72 0.42 8.33 0.57 0.37
Hex 95 38 29 0 3E 48 2A 8 39 25
Octal 225 70 51 0 76 110 52 10 71 45
Binary 10010101 111000 101001 0 111110 1001000 101010 1000 111001 100101

Color Harmonies of #953829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953829

Black with #953829

Text Example


Text Example

White with #953829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953829; }

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

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

background-color css

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

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

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

border-color css

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

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

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