Html Css Color HEX #953831 Thunderbird

📋 copy color: '#953831'

red 149 ◦ green 56 ◦ blue 49

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

Shades of Thunderbird #953831

Tints of Thunderbird #953831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.29%

R = 58.66%
G = 22.05%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#953831 (or 0x953831) is known color: Thunderbird. HEX triplet: 95, 38 and 31. RGB value is (149,56,49). Sum of RGB (Red+Green+Blue) = 149+56+49=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #953831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953831 is #6AC7CE. Grayscale: #535353. Windows color (decimal): -6997967 or 3225749. OLE color: 3225749.

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

Color convert

RGB 149 56 49 -
CMYK 0 0.62 0.67 0.42
HSL 4.2º 0.51% 0.39% -
HSV(B) 4.2º 0.67% 0.58% -
XYZ 14.36 9.44 3.97 -
YUV 83.01 108.81 175.07 -
System Red Green Blue C M Y K H S L
Decimal 149 56 49 0 0.62 0.67 0.42 4.2 0.51 0.39
Hex 95 38 31 0 3E 43 2A 4 33 27
Octal 225 70 61 0 76 103 52 4 63 47
Binary 10010101 111000 110001 0 111110 1000011 101010 100 110011 100111

Color Harmonies of #953831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953831

Black with #953831

Text Example


Text Example

White with #953831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953831; }

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

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

background-color css

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

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

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

border-color css

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

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

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