Html Css Color HEX #953835 Thunderbird

📋 copy color: '#953835'

red 149 ◦ green 56 ◦ blue 53

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

Shades of Thunderbird #953835

Tints of Thunderbird #953835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.54%

R = 57.75%
G = 21.71%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#953835 (or 0x953835) is known color: Thunderbird. HEX triplet: 95, 38 and 35. RGB value is (149,56,53). Sum of RGB (Red+Green+Blue) = 149+56+53=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #953835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953835 is #6AC7CA. Grayscale: #535353. Windows color (decimal): -6997963 or 3487893. OLE color: 3487893.

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

Color convert

RGB 149 56 53 -
CMYK 0 0.62 0.64 0.42
HSL 1.88º 0.48% 0.4% -
HSV(B) 1.88º 0.64% 0.58% -
XYZ 14.45 9.47 4.44 -
YUV 83.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 149 56 53 0 0.62 0.64 0.42 1.88 0.48 0.4
Hex 95 38 35 0 3E 40 2A 2 30 28
Octal 225 70 65 0 76 100 52 2 60 50
Binary 10010101 111000 110101 0 111110 1000000 101010 10 110000 101000

Color Harmonies of #953835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953835

Black with #953835

Text Example


Text Example

White with #953835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953835; }

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

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

background-color css

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

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

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

border-color css

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

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

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