Html Css Color HEX #983D31 Thunderbird

📋 copy color: '#983D31'

red 152 ◦ green 61 ◦ blue 49

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

Shades of Thunderbird #983D31

Tints of Thunderbird #983D31

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.28%

 BLUE value IS 49 (19.53% from 255) = 18.7%

R = 58.02%
G = 23.28%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#983D31 (or 0x983D31) is known color: Thunderbird. HEX triplet: 98, 3D and 31. RGB value is (152,61,49). Sum of RGB (Red+Green+Blue) = 152+61+49=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #983D31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983D31 is #67C2CE. Grayscale: #565656. Windows color (decimal): -6800079 or 3227032. OLE color: 3227032.

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

Color convert

RGB 152 61 49 -
CMYK 0 0.60 0.68 0.40
HSL 6.99º 0.51% 0.39% -
HSV(B) 6.99º 0.68% 0.6% -
XYZ 15.17 10.23 4.08 -
YUV 86.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 152 61 49 0 0.60 0.68 0.40 6.99 0.51 0.39
Hex 98 3D 31 0 3C 44 28 7 33 27
Octal 230 75 61 0 74 104 50 7 63 47
Binary 10011000 111101 110001 0 111100 1000100 101000 111 110011 100111

Color Harmonies of #983D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983D31

Black with #983D31

Text Example


Text Example

White with #983D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,61,49); }

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

background-color css

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

 a { background-color: rgb(152,61,49); }

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

border-color css

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

 span { border-color: rgb(152,61,49); }

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