#9A4B46

Color #9A4B46 Roof Terracotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roof Terracotta #9A4B46

Tints of Roof Terracotta #9A4B46

Color information

#9A4B46 (or 0x9A4B46) is unknown color: approx Roof Terracotta. HEX triplet: 9A, 4B and 46. RGB value is (154,75,70). Sum of RGB (Red+Green+Blue) = 154+75+70=299 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.51% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 70 (27.73% from 255 or 23.41% from 299); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4B46 is #65B4B9. Grayscale: #626262. Windows color (decimal): -6665402 or 4606874. OLE color: 4606874.

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

Color convert

RGB1547570-
CMYK00.510.550.40
HSL3.57º37.5%43.92%-
HSV(B)3.57º54.55%60.39%-
XYZ16.9512.347.28-
YUV98.05112.17167.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 51.51%
GREEN value IS 75 (29.69% from 255) = 25.08%
BLUE value IS 70 (27.73% from 255) = 23.41%
R=51.51%
G=25.08%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154757000.510.550.403.5737.543.92
Hex9A4B4603337284262c
Octal232113106063675044654
Binary10011010100101110001100110011110111101000100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A4B46;
 }
 .AnyTagClassName
 {
   color: #9A4B46;
 }
</style>
background-color css

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

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

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

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

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

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