Html Css Color HEX #994848 Roof Terracotta

📋 copy color: '#994848'

red 153 ◦ green 72 ◦ blue 72

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

Shades of Roof Terracotta #994848

Tints of Roof Terracotta #994848

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.24%

 BLUE value IS 72 (28.52% from 255) = 24.24%

R = 51.52%
G = 24.24%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.4

RGB Variations

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

Color information

#994848 (or 0x994848) is known color: Roof Terracotta. HEX triplet: 99, 48 and 48. RGB value is (153,72,72). Sum of RGB (Red+Green+Blue) = 153+72+72=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #994848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994848 is #66B7B7. Grayscale: #606060. Windows color (decimal): -6731704 or 4737177. OLE color: 4737177.

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

Color convert

RGB 153 72 72 -
CMYK 0 0.53 0.53 0.4
HSL 0.36% 0.44% -
HSV(B) 0.53% 0.6% -
XYZ 16.62 11.87 7.55 -
YUV 96.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 153 72 72 0 0.53 0.53 0.4 0 0.36 0.44
Hex 99 48 48 0 35 35 28 0 24 2C
Octal 231 110 110 0 65 65 50 0 44 54
Binary 10011001 1001000 1001000 0 110101 110101 101000 0 100100 101100

Color Harmonies of #994848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994848

Black with #994848

Text Example


Text Example

White with #994848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994848; }

 p { color: rgb(153,72,72); }

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

background-color css

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

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

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

border-color css

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

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

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