Html Css Color HEX #994844 Roof Terracotta

📋 copy color: '#994844'

red 153 ◦ green 72 ◦ blue 68

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

Shades of Roof Terracotta #994844

Tints of Roof Terracotta #994844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.21%

R = 52.22%
G = 24.57%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#994844 (or 0x994844) is known color: Roof Terracotta. HEX triplet: 99, 48 and 44. RGB value is (153,72,68). Sum of RGB (Red+Green+Blue) = 153+72+68=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #994844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994844 is #66B7BB. Grayscale: #5F5F5F. Windows color (decimal): -6731708 or 4475033. OLE color: 4475033.

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

Color convert

RGB 153 72 68 -
CMYK 0 0.53 0.56 0.4
HSL 2.82º 0.38% 0.43% -
HSV(B) 2.82º 0.56% 0.6% -
XYZ 16.5 11.82 6.88 -
YUV 95.76 112.34 168.83 -
System Red Green Blue C M Y K H S L
Decimal 153 72 68 0 0.53 0.56 0.4 2.82 0.38 0.43
Hex 99 48 44 0 35 38 28 3 26 2B
Octal 231 110 104 0 65 70 50 3 46 53
Binary 10011001 1001000 1000100 0 110101 111000 101000 11 100110 101011

Color Harmonies of #994844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994844

Black with #994844

Text Example


Text Example

White with #994844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994844; }

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

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

background-color css

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

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

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

border-color css

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

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

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