Html Css Color HEX #953534 Thunderbird

📋 copy color: '#953534'

red 149 ◦ green 53 ◦ blue 52

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

Shades of Thunderbird #953534

Tints of Thunderbird #953534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.47%

R = 58.66%
G = 20.87%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.42

RGB Variations

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

Color information

#953534 (or 0x953534) is known color: Thunderbird. HEX triplet: 95, 35 and 34. RGB value is (149,53,52). Sum of RGB (Red+Green+Blue) = 149+53+52=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #953534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953534 is #6ACACB. Grayscale: #515151. Windows color (decimal): -6998732 or 3421589. OLE color: 3421589.

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

Color convert

RGB 149 53 52 -
CMYK 0 0.64 0.65 0.42
HSL 0.62º 0.48% 0.39% -
HSV(B) 0.62º 0.65% 0.58% -
XYZ 14.29 9.18 4.27 -
YUV 81.59 111.3 176.08 -
System Red Green Blue C M Y K H S L
Decimal 149 53 52 0 0.64 0.65 0.42 0.62 0.48 0.39
Hex 95 35 34 0 40 41 2A 1 30 27
Octal 225 65 64 0 100 101 52 1 60 47
Binary 10010101 110101 110100 0 1000000 1000001 101010 1 110000 100111

Color Harmonies of #953534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953534

Black with #953534

Text Example


Text Example

White with #953534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953534; }

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

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

background-color css

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

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

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

border-color css

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

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

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