Html Css Color HEX #9A4946 Roof Terracotta

📋 copy color: '#9A4946'

red 154 ◦ green 73 ◦ blue 70

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

Shades of Roof Terracotta #9A4946

Tints of Roof Terracotta #9A4946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.57%

R = 51.85%
G = 24.58%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#9A4946 (or 0x9A4946) is known color: Roof Terracotta. HEX triplet: 9A, 49 and 46. RGB value is (154,73,70). Sum of RGB (Red+Green+Blue) = 154+73+70=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4946 is #65B6B9. Grayscale: #606060. Windows color (decimal): -6665914 or 4606362. OLE color: 4606362.

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

Color convert

RGB 154 73 70 -
CMYK 0 0.53 0.55 0.40
HSL 2.14º 0.38% 0.44% -
HSV(B) 2.14º 0.55% 0.6% -
XYZ 16.81 12.08 7.24 -
YUV 96.88 112.84 168.74 -
System Red Green Blue C M Y K H S L
Decimal 154 73 70 0 0.53 0.55 0.40 2.14 0.38 0.44
Hex 9A 49 46 0 35 37 28 2 26 2C
Octal 232 111 106 0 65 67 50 2 46 54
Binary 10011010 1001001 1000110 0 110101 110111 101000 10 100110 101100

Color Harmonies of #9A4946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4946

Black with #9A4946

Text Example


Text Example

White with #9A4946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,73,70); }

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

background-color css

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

 a { background-color: rgb(154,73,70); }

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

border-color css

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

 span { border-color: rgb(154,73,70); }

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