Html Css Color HEX #9B4744 Roof Terracotta

📋 copy color: '#9B4744'

red 155 ◦ green 71 ◦ blue 68

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

Shades of Roof Terracotta #9B4744

Tints of Roof Terracotta #9B4744

RGB

 RED value IS 155 (60.94% from 255) = 52.72%

 GREEN value IS 71 (28.13% from 255) = 24.15%

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

R = 52.72%
G = 24.15%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#9B4744 (or 0x9B4744) is known color: Roof Terracotta. HEX triplet: 9B, 47 and 44. RGB value is (155,71,68). Sum of RGB (Red+Green+Blue) = 155+71+68=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4744 is #64B8BB. Grayscale: #5F5F5F. Windows color (decimal): -6600892 or 4474779. OLE color: 4474779.

HSL color Cylindrical-coordinate representation of color #9B4744: hue angle of 2.07º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B4744 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 71 68 -
CMYK 0 0.54 0.56 0.39
HSL 2.07º 0.39% 0.44% -
HSV(B) 2.07º 0.56% 0.61% -
XYZ 16.81 11.89 6.88 -
YUV 95.77 112.33 170.24 -
System Red Green Blue C M Y K H S L
Decimal 155 71 68 0 0.54 0.56 0.39 2.07 0.39 0.44
Hex 9B 47 44 0 36 38 27 2 27 2C
Octal 233 107 104 0 66 70 47 2 47 54
Binary 10011011 1000111 1000100 0 110110 111000 100111 10 100111 101100

Color Harmonies of #9B4744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4744

Black with #9B4744

Text Example


Text Example

White with #9B4744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,71,68); }

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

background-color css

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

 a { background-color: rgb(155,71,68); }

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

border-color css

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

 span { border-color: rgb(155,71,68); }

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