Html Css Color HEX #9E4A46 Roof Terracotta

📋 copy color: '#9E4A46'

red 158 ◦ green 74 ◦ blue 70

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

Shades of Roof Terracotta #9E4A46

Tints of Roof Terracotta #9E4A46

RGB

 RED value IS 158 (62.11% from 255) = 52.32%

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

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

R = 52.32%
G = 24.5%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#9E4A46 (or 0x9E4A46) is known color: Roof Terracotta. HEX triplet: 9E, 4A and 46. RGB value is (158,74,70). Sum of RGB (Red+Green+Blue) = 158+74+70=302 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.32% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4A46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4A46 is #61B5B9. Grayscale: #626262. Windows color (decimal): -6403514 or 4606622. OLE color: 4606622.

HSL color Cylindrical-coordinate representation of color #9E4A46: hue angle of 2.73º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E4A46 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 74 70 -
CMYK 0 0.53 0.56 0.38
HSL 2.73º 0.39% 0.45% -
HSV(B) 2.73º 0.56% 0.62% -
XYZ 17.65 12.61 7.3 -
YUV 98.66 111.83 170.33 -
System Red Green Blue C M Y K H S L
Decimal 158 74 70 0 0.53 0.56 0.38 2.73 0.39 0.45
Hex 9E 4A 46 0 35 38 26 3 27 2D
Octal 236 112 106 0 65 70 46 3 47 55
Binary 10011110 1001010 1000110 0 110101 111000 100110 11 100111 101101

Color Harmonies of #9E4A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4A46

Black with #9E4A46

Text Example


Text Example

White with #9E4A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,74,70); }

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

background-color css

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

 a { background-color: rgb(158,74,70); }

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

border-color css

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

 span { border-color: rgb(158,74,70); }

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