Html Css Color HEX #9E4844 Roof Terracotta

📋 copy color: '#9E4844'

red 158 ◦ green 72 ◦ blue 68

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

Shades of Roof Terracotta #9E4844

Tints of Roof Terracotta #9E4844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.82%

R = 53.02%
G = 24.16%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#9E4844 (or 0x9E4844) is known color: Roof Terracotta. HEX triplet: 9E, 48 and 44. RGB value is (158,72,68). Sum of RGB (Red+Green+Blue) = 158+72+68=298 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.02% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4844 is #61B7BB. Grayscale: #616161. Windows color (decimal): -6404028 or 4475038. OLE color: 4475038.

HSL color Cylindrical-coordinate representation of color #9E4844: hue angle of 2.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E4844 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 72 68 -
CMYK 0 0.54 0.57 0.38
HSL 2.67º 0.4% 0.44% -
HSV(B) 2.67º 0.57% 0.62% -
XYZ 17.46 12.32 6.93 -
YUV 97.26 111.49 171.33 -
System Red Green Blue C M Y K H S L
Decimal 158 72 68 0 0.54 0.57 0.38 2.67 0.4 0.44
Hex 9E 48 44 0 36 39 26 3 28 2C
Octal 236 110 104 0 66 71 46 3 50 54
Binary 10011110 1001000 1000100 0 110110 111001 100110 11 101000 101100

Color Harmonies of #9E4844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4844

Black with #9E4844

Text Example


Text Example

White with #9E4844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,72,68); }

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

background-color css

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

 a { background-color: rgb(158,72,68); }

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

border-color css

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

 span { border-color: rgb(158,72,68); }

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