Html Css Color HEX #953A2E Thunderbird

📋 copy color: '#953A2E'

red 149 ◦ green 58 ◦ blue 46

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

Shades of Thunderbird #953A2E

Tints of Thunderbird #953A2E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.92%

 BLUE value IS 46 (18.36% from 255) = 18.18%

R = 58.89%
G = 22.92%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#953A2E (or 0x953A2E) is known color: Thunderbird. HEX triplet: 95, 3A and 2E. RGB value is (149,58,46). Sum of RGB (Red+Green+Blue) = 149+58+46=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #953A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A2E is #6AC5D1. Grayscale: #535353. Windows color (decimal): -6997458 or 3029653. OLE color: 3029653.

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

Color convert

RGB 149 58 46 -
CMYK 0 0.61 0.69 0.42
HSL 6.99º 0.53% 0.38% -
HSV(B) 6.99º 0.69% 0.58% -
XYZ 14.4 9.61 3.68 -
YUV 83.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 149 58 46 0 0.61 0.69 0.42 6.99 0.53 0.38
Hex 95 3A 2E 0 3D 45 2A 7 35 26
Octal 225 72 56 0 75 105 52 7 65 46
Binary 10010101 111010 101110 0 111101 1000101 101010 111 110101 100110

Color Harmonies of #953A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A2E

Black with #953A2E

Text Example


Text Example

White with #953A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,58,46); }

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

background-color css

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

 a { background-color: rgb(149,58,46); }

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

border-color css

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

 span { border-color: rgb(149,58,46); }

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