Html Css Color HEX #994947 Roof Terracotta

📋 copy color: '#994947'

red 153 ◦ green 73 ◦ blue 71

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

Shades of Roof Terracotta #994947

Tints of Roof Terracotta #994947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.58%

 BLUE value IS 71 (28.13% from 255) = 23.91%

R = 51.52%
G = 24.58%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#994947 (or 0x994947) is known color: Roof Terracotta. HEX triplet: 99, 49 and 47. RGB value is (153,73,71). Sum of RGB (Red+Green+Blue) = 153+73+71=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #994947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994947 is #66B6B8. Grayscale: #606060. Windows color (decimal): -6731449 or 4671897. OLE color: 4671897.

HSL color Cylindrical-coordinate representation of color #994947: hue angle of 1.46º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #994947 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 73 71 -
CMYK 0 0.52 0.54 0.4
HSL 1.46º 0.37% 0.44% -
HSV(B) 1.46º 0.54% 0.6% -
XYZ 16.66 11.99 7.4 -
YUV 96.69 113.5 168.16 -
System Red Green Blue C M Y K H S L
Decimal 153 73 71 0 0.52 0.54 0.4 1.46 0.37 0.44
Hex 99 49 47 0 34 36 28 1 25 2C
Octal 231 111 107 0 64 66 50 1 45 54
Binary 10011001 1001001 1000111 0 110100 110110 101000 1 100101 101100

Color Harmonies of #994947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994947

Black with #994947

Text Example


Text Example

White with #994947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994947; }

 p { color: rgb(153,73,71); }

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

background-color css

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

 a { background-color: rgb(153,73,71); }

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

border-color css

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

 span { border-color: rgb(153,73,71); }

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