Html Css Color HEX #993C2F Thunderbird

📋 copy color: '#993C2F'

red 153 ◦ green 60 ◦ blue 47

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

Shades of Thunderbird #993C2F

Tints of Thunderbird #993C2F

RGB

 RED value IS 153 (60.16% from 255) = 58.85%

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

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

R = 58.85%
G = 23.08%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#993C2F (or 0x993C2F) is known color: Thunderbird. HEX triplet: 99, 3C and 2F. RGB value is (153,60,47). Sum of RGB (Red+Green+Blue) = 153+60+47=260 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.85% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 153 - color contains mainly: red. Hex color #993C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993C2F is #66C3D0. Grayscale: #565656. Windows color (decimal): -6734801 or 3095705. OLE color: 3095705.

HSL color Cylindrical-coordinate representation of color #993C2F: hue angle of 7.36º 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 #993C2F is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 60 47 -
CMYK 0 0.61 0.69 0.4
HSL 7.36º 0.53% 0.39% -
HSV(B) 7.36º 0.69% 0.6% -
XYZ 15.27 10.21 3.86 -
YUV 86.33 105.81 175.56 -
System Red Green Blue C M Y K H S L
Decimal 153 60 47 0 0.61 0.69 0.4 7.36 0.53 0.39
Hex 99 3C 2F 0 3D 45 28 7 35 27
Octal 231 74 57 0 75 105 50 7 65 47
Binary 10011001 111100 101111 0 111101 1000101 101000 111 110101 100111

Color Harmonies of #993C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993C2F

Black with #993C2F

Text Example


Text Example

White with #993C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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