Html Css Color HEX #953933 Thunderbird

📋 copy color: '#953933'

red 149 ◦ green 57 ◦ blue 51

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

Shades of Thunderbird #953933

Tints of Thunderbird #953933

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.18%

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

R = 57.98%
G = 22.18%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.42

RGB Variations

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

Color information

#953933 (or 0x953933) is known color: Thunderbird. HEX triplet: 95, 39 and 33. RGB value is (149,57,51). Sum of RGB (Red+Green+Blue) = 149+57+51=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #953933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953933 is #6AC6CC. Grayscale: #535353. Windows color (decimal): -6997709 or 3357077. OLE color: 3357077.

HSL color Cylindrical-coordinate representation of color #953933: hue angle of 3.67º 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 #953933 is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 57 51 -
CMYK 0 0.62 0.66 0.42
HSL 3.67º 0.49% 0.39% -
HSV(B) 3.67º 0.66% 0.58% -
XYZ 14.46 9.55 4.21 -
YUV 83.82 109.48 174.49 -
System Red Green Blue C M Y K H S L
Decimal 149 57 51 0 0.62 0.66 0.42 3.67 0.49 0.39
Hex 95 39 33 0 3E 42 2A 4 31 27
Octal 225 71 63 0 76 102 52 4 61 47
Binary 10010101 111001 110011 0 111110 1000010 101010 100 110001 100111

Color Harmonies of #953933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953933

Black with #953933

Text Example


Text Example

White with #953933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953933; }

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

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

background-color css

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

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

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

border-color css

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

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

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