Html Css Color HEX #953533 Thunderbird

📋 copy color: '#953533'

red 149 ◦ green 53 ◦ blue 51

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

Shades of Thunderbird #953533

Tints of Thunderbird #953533

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.95%

 BLUE value IS 51 (20.31% from 255) = 20.16%

R = 58.89%
G = 20.95%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#953533 (or 0x953533) is known color: Thunderbird. HEX triplet: 95, 35 and 33. RGB value is (149,53,51). Sum of RGB (Red+Green+Blue) = 149+53+51=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #953533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953533 is #6ACACC. Grayscale: #515151. Windows color (decimal): -6998733 or 3356053. OLE color: 3356053.

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

Color convert

RGB 149 53 51 -
CMYK 0 0.64 0.66 0.42
HSL 1.22º 0.49% 0.39% -
HSV(B) 1.22º 0.66% 0.58% -
XYZ 14.27 9.17 4.15 -
YUV 81.48 110.8 176.16 -
System Red Green Blue C M Y K H S L
Decimal 149 53 51 0 0.64 0.66 0.42 1.22 0.49 0.39
Hex 95 35 33 0 40 42 2A 1 31 27
Octal 225 65 63 0 100 102 52 1 61 47
Binary 10010101 110101 110011 0 1000000 1000010 101010 1 110001 100111

Color Harmonies of #953533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953533

Black with #953533

Text Example


Text Example

White with #953533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953533; }

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

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

background-color css

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

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

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

border-color css

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

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

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