Html Css Color HEX #8C3732 Thunderbird

📋 copy color: '#8C3732'

red 140 ◦ green 55 ◦ blue 50

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

Shades of Thunderbird #8C3732

Tints of Thunderbird #8C3732

RGB

 RED value IS 140 (55.08% from 255) = 57.14%

 GREEN value IS 55 (21.88% from 255) = 22.45%

 BLUE value IS 50 (19.92% from 255) = 20.41%

R = 57.14%
G = 22.45%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#8C3732 (or 0x8C3732) is known color: Thunderbird. HEX triplet: 8C, 37 and 32. RGB value is (140,55,50). Sum of RGB (Red+Green+Blue) = 140+55+50=245 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.14% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3732 is #73C8CD. Grayscale: #4F4F4F. Windows color (decimal): -7588046 or 3291020. OLE color: 3291020.

HSL color Cylindrical-coordinate representation of color #8C3732: hue angle of 3.33º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C3732 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 55 50 -
CMYK 0 0.61 0.64 0.45
HSL 3.33º 0.47% 0.37% -
HSV(B) 3.33º 0.64% 0.55% -
XYZ 12.76 8.54 3.99 -
YUV 79.85 111.16 170.91 -
System Red Green Blue C M Y K H S L
Decimal 140 55 50 0 0.61 0.64 0.45 3.33 0.47 0.37
Hex 8C 37 32 0 3D 40 2D 3 2F 25
Octal 214 67 62 0 75 100 55 3 57 45
Binary 10001100 110111 110010 0 111101 1000000 101101 11 101111 100101

Color Harmonies of #8C3732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3732

Black with #8C3732

Text Example


Text Example

White with #8C3732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C3732; }

 p { color: rgb(140,55,50); }

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

background-color css

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

 a { background-color: rgb(140,55,50); }

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

border-color css

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

 span { border-color: rgb(140,55,50); }

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