Html Css Color HEX #9A4846 Roof Terracotta

📋 copy color: '#9A4846'

red 154 ◦ green 72 ◦ blue 70

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

Shades of Roof Terracotta #9A4846

Tints of Roof Terracotta #9A4846

RGB

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

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

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

R = 52.03%
G = 24.32%
B = 23.65%

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

#9A4846 (or 0x9A4846) is known color: Roof Terracotta. HEX triplet: 9A, 48 and 46. RGB value is (154,72,70). Sum of RGB (Red+Green+Blue) = 154+72+70=296 (39% of max value = 765). Red value is 154 (60.55% from 255 or 52.03% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4846 is #65B7B9. Grayscale: #606060. Windows color (decimal): -6666170 or 4606106. OLE color: 4606106.

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

Color convert

RGB 154 72 70 -
CMYK 0 0.53 0.55 0.40
HSL 1.43º 0.38% 0.44% -
HSV(B) 1.43º 0.55% 0.6% -
XYZ 16.75 11.95 7.22 -
YUV 96.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 154 72 70 0 0.53 0.55 0.40 1.43 0.38 0.44
Hex 9A 48 46 0 35 37 28 1 26 2C
Octal 232 110 106 0 65 67 50 1 46 54
Binary 10011010 1001000 1000110 0 110101 110111 101000 1 100110 101100

Color Harmonies of #9A4846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4846

Black with #9A4846

Text Example


Text Example

White with #9A4846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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