Html Css Color HEX #9B4544 Roof Terracotta

📋 copy color: '#9B4544'

red 155 ◦ green 69 ◦ blue 68

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

Shades of Roof Terracotta #9B4544

Tints of Roof Terracotta #9B4544

RGB

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

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

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

R = 53.08%
G = 23.63%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.39

RGB Variations

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

Color information

#9B4544 (or 0x9B4544) is known color: Roof Terracotta. HEX triplet: 9B, 45 and 44. RGB value is (155,69,68). Sum of RGB (Red+Green+Blue) = 155+69+68=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4544 is #64BABB. Grayscale: #5E5E5E. Windows color (decimal): -6601404 or 4474267. OLE color: 4474267.

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

Color convert

RGB 155 69 68 -
CMYK 0 0.55 0.56 0.39
HSL 0.69º 0.39% 0.44% -
HSV(B) 0.69º 0.56% 0.61% -
XYZ 16.69 11.64 6.84 -
YUV 94.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 155 69 68 0 0.55 0.56 0.39 0.69 0.39 0.44
Hex 9B 45 44 0 37 38 27 1 27 2C
Octal 233 105 104 0 67 70 47 1 47 54
Binary 10011011 1000101 1000100 0 110111 111000 100111 1 100111 101100

Color Harmonies of #9B4544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4544

Black with #9B4544

Text Example


Text Example

White with #9B4544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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