Html Css Color HEX #983F34 Thunderbird

📋 copy color: '#983F34'

red 152 ◦ green 63 ◦ blue 52

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

Shades of Thunderbird #983F34

Tints of Thunderbird #983F34

RGB

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

 GREEN value IS 63 (25% from 255) = 23.6%

 BLUE value IS 52 (20.7% from 255) = 19.48%

R = 56.93%
G = 23.6%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.40

RGB Variations

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

Color information

#983F34 (or 0x983F34) is known color: Thunderbird. HEX triplet: 98, 3F and 34. RGB value is (152,63,52). Sum of RGB (Red+Green+Blue) = 152+63+52=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #983F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983F34 is #67C0CB. Grayscale: #585858. Windows color (decimal): -6799564 or 3424152. OLE color: 3424152.

HSL color Cylindrical-coordinate representation of color #983F34: hue angle of 6.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983F34 is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 63 52 -
CMYK 0 0.59 0.66 0.40
HSL 6.6º 0.49% 0.4% -
HSV(B) 6.6º 0.66% 0.6% -
XYZ 15.35 10.48 4.46 -
YUV 88.36 107.49 173.39 -
System Red Green Blue C M Y K H S L
Decimal 152 63 52 0 0.59 0.66 0.40 6.6 0.49 0.4
Hex 98 3F 34 0 3B 42 28 7 31 28
Octal 230 77 64 0 73 102 50 7 61 50
Binary 10011000 111111 110100 0 111011 1000010 101000 111 110001 101000

Color Harmonies of #983F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #983F34

Black with #983F34

Text Example


Text Example

White with #983F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,63,52); }

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

background-color css

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

 a { background-color: rgb(152,63,52); }

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

border-color css

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

 span { border-color: rgb(152,63,52); }

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