Html Css Color HEX #9E4544 Roof Terracotta

📋 copy color: '#9E4544'

red 158 ◦ green 69 ◦ blue 68

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

Shades of Roof Terracotta #9E4544

Tints of Roof Terracotta #9E4544

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.39%

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

R = 53.56%
G = 23.39%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.38

RGB Variations

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

Color information

#9E4544 (or 0x9E4544) is known color: Roof Terracotta. HEX triplet: 9E, 45 and 44. RGB value is (158,69,68). Sum of RGB (Red+Green+Blue) = 158+69+68=295 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.56% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4544 is #61BABB. Grayscale: #5F5F5F. Windows color (decimal): -6404796 or 4474270. OLE color: 4474270.

HSL color Cylindrical-coordinate representation of color #9E4544: hue angle of 0.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 #9E4544 is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 69 68 -
CMYK 0 0.56 0.57 0.38
HSL 0.67º 0.4% 0.44% -
HSV(B) 0.67º 0.57% 0.62% -
XYZ 17.27 11.94 6.86 -
YUV 95.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 158 69 68 0 0.56 0.57 0.38 0.67 0.4 0.44
Hex 9E 45 44 0 38 39 26 1 28 2C
Octal 236 105 104 0 70 71 46 1 50 54
Binary 10011110 1000101 1000100 0 111000 111001 100110 1 101000 101100

Color Harmonies of #9E4544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E4544

Black with #9E4544

Text Example


Text Example

White with #9E4544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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