Html Css Color HEX #953C2F Thunderbird

📋 copy color: '#953C2F'

red 149 ◦ green 60 ◦ blue 47

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

Shades of Thunderbird #953C2F

Tints of Thunderbird #953C2F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.44%

 BLUE value IS 47 (18.75% from 255) = 18.36%

R = 58.2%
G = 23.44%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#953C2F (or 0x953C2F) is known color: Thunderbird. HEX triplet: 95, 3C and 2F. RGB value is (149,60,47). Sum of RGB (Red+Green+Blue) = 149+60+47=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #953C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C2F is #6AC3D0. Grayscale: #555555. Windows color (decimal): -6996945 or 3095701. OLE color: 3095701.

HSL color Cylindrical-coordinate representation of color #953C2F: hue angle of 7.65º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #953C2F is Cyan = 0, Magento = 0.60, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 60 47 -
CMYK 0 0.60 0.68 0.42
HSL 7.65º 0.52% 0.38% -
HSV(B) 7.65º 0.68% 0.58% -
XYZ 14.52 9.83 3.82 -
YUV 85.13 106.49 173.56 -
System Red Green Blue C M Y K H S L
Decimal 149 60 47 0 0.60 0.68 0.42 7.65 0.52 0.38
Hex 95 3C 2F 0 3C 44 2A 8 34 26
Octal 225 74 57 0 74 104 52 10 64 46
Binary 10010101 111100 101111 0 111100 1000100 101010 1000 110100 100110

Color Harmonies of #953C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C2F

Black with #953C2F

Text Example


Text Example

White with #953C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953C2F; }

 p { color: rgb(149,60,47); }

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

background-color css

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

 a { background-color: rgb(149,60,47); }

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

border-color css

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

 span { border-color: rgb(149,60,47); }

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