Html Css Color HEX #994745 Roof Terracotta

📋 copy color: '#994745'

red 153 ◦ green 71 ◦ blue 69

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

Shades of Roof Terracotta #994745

Tints of Roof Terracotta #994745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.23%

 BLUE value IS 69 (27.34% from 255) = 23.55%

R = 52.22%
G = 24.23%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#994745 (or 0x994745) is known color: Roof Terracotta. HEX triplet: 99, 47 and 45. RGB value is (153,71,69). Sum of RGB (Red+Green+Blue) = 153+71+69=293 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.22% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 153 - color contains mainly: red. Hex color #994745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994745 is #66B8BA. Grayscale: #5F5F5F. Windows color (decimal): -6731963 or 4540313. OLE color: 4540313.

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

Color convert

RGB 153 71 69 -
CMYK 0 0.54 0.55 0.4
HSL 1.43º 0.38% 0.44% -
HSV(B) 1.43º 0.55% 0.6% -
XYZ 16.46 11.71 7.02 -
YUV 95.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 153 71 69 0 0.54 0.55 0.4 1.43 0.38 0.44
Hex 99 47 45 0 36 37 28 1 26 2C
Octal 231 107 105 0 66 67 50 1 46 54
Binary 10011001 1000111 1000101 0 110110 110111 101000 1 100110 101100

Color Harmonies of #994745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994745

Black with #994745

Text Example


Text Example

White with #994745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994745; }

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

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

background-color css

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

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

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

border-color css

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

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

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