Html Css Color HEX #983C2F Thunderbird

📋 copy color: '#983C2F'

red 152 ◦ green 60 ◦ blue 47

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

Shades of Thunderbird #983C2F

Tints of Thunderbird #983C2F

RGB

 RED value IS 152 (59.77% from 255) = 58.69%

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

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

R = 58.69%
G = 23.17%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#983C2F (or 0x983C2F) is known color: Thunderbird. HEX triplet: 98, 3C and 2F. RGB value is (152,60,47). Sum of RGB (Red+Green+Blue) = 152+60+47=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #983C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983C2F is #67C3D0. Grayscale: #565656. Windows color (decimal): -6800337 or 3095704. OLE color: 3095704.

HSL color Cylindrical-coordinate representation of color #983C2F: hue angle of 7.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #983C2F is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 60 47 -
CMYK 0 0.61 0.69 0.40
HSL 7.43º 0.53% 0.39% -
HSV(B) 7.43º 0.69% 0.6% -
XYZ 15.08 10.11 3.85 -
YUV 86.03 105.98 175.06 -
System Red Green Blue C M Y K H S L
Decimal 152 60 47 0 0.61 0.69 0.40 7.43 0.53 0.39
Hex 98 3C 2F 0 3D 45 28 7 35 27
Octal 230 74 57 0 75 105 50 7 65 47
Binary 10011000 111100 101111 0 111101 1000101 101000 111 110101 100111

Color Harmonies of #983C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983C2F

Black with #983C2F

Text Example


Text Example

White with #983C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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