Html Css Color HEX #9A4A48 Roof Terracotta

📋 copy color: '#9A4A48'

red 154 ◦ green 74 ◦ blue 72

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

Shades of Roof Terracotta #9A4A48

Tints of Roof Terracotta #9A4A48

RGB

 RED value IS 154 (60.55% from 255) = 51.33%

 GREEN value IS 74 (29.3% from 255) = 24.67%

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

R = 51.33%
G = 24.67%
B = 24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#9A4A48 (or 0x9A4A48) is known color: Roof Terracotta. HEX triplet: 9A, 4A and 48. RGB value is (154,74,72). Sum of RGB (Red+Green+Blue) = 154+74+72=300 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4A48 is #65B5B7. Grayscale: #616161. Windows color (decimal): -6665656 or 4737690. OLE color: 4737690.

HSL color Cylindrical-coordinate representation of color #9A4A48: hue angle of 1.46º 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 #9A4A48 is Cyan = 0, Magento = 0.52, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 74 72 -
CMYK 0 0.52 0.53 0.40
HSL 1.46º 0.36% 0.44% -
HSV(B) 1.46º 0.53% 0.6% -
XYZ 16.94 12.24 7.6 -
YUV 97.69 113.5 168.16 -
System Red Green Blue C M Y K H S L
Decimal 154 74 72 0 0.52 0.53 0.40 1.46 0.36 0.44
Hex 9A 4A 48 0 34 35 28 1 24 2C
Octal 232 112 110 0 64 65 50 1 44 54
Binary 10011010 1001010 1001000 0 110100 110101 101000 1 100100 101100

Color Harmonies of #9A4A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4A48

Black with #9A4A48

Text Example


Text Example

White with #9A4A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A4A48; }

 p { color: rgb(154,74,72); }

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

background-color css

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

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

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

border-color css

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

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

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