Html Css Color HEX #953C2E Thunderbird

📋 copy color: '#953C2E'

red 149 ◦ green 60 ◦ blue 46

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

Shades of Thunderbird #953C2E

Tints of Thunderbird #953C2E

RGB

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

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

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

R = 58.43%
G = 23.53%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#953C2E (or 0x953C2E) is known color: Thunderbird. HEX triplet: 95, 3C and 2E. RGB value is (149,60,46). Sum of RGB (Red+Green+Blue) = 149+60+46=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #953C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C2E is #6AC3D1. Grayscale: #555555. Windows color (decimal): -6996946 or 3030165. OLE color: 3030165.

HSL color Cylindrical-coordinate representation of color #953C2E: hue angle of 8.16º 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 #953C2E is Cyan = 0, Magento = 0.60, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 60 46 -
CMYK 0 0.60 0.69 0.42
HSL 8.16º 0.53% 0.38% -
HSV(B) 8.16º 0.69% 0.58% -
XYZ 14.5 9.82 3.72 -
YUV 85.02 105.99 173.64 -
System Red Green Blue C M Y K H S L
Decimal 149 60 46 0 0.60 0.69 0.42 8.16 0.53 0.38
Hex 95 3C 2E 0 3C 45 2A 8 35 26
Octal 225 74 56 0 74 105 52 10 65 46
Binary 10010101 111100 101110 0 111100 1000101 101010 1000 110101 100110

Color Harmonies of #953C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C2E

Black with #953C2E

Text Example


Text Example

White with #953C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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