Html Css Color HEX #9B4745 Roof Terracotta

📋 copy color: '#9B4745'

red 155 ◦ green 71 ◦ blue 69

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

Shades of Roof Terracotta #9B4745

Tints of Roof Terracotta #9B4745

RGB

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

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

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

R = 52.54%
G = 24.07%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9B4745 (or 0x9B4745) is known color: Roof Terracotta. HEX triplet: 9B, 47 and 45. RGB value is (155,71,69). Sum of RGB (Red+Green+Blue) = 155+71+69=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4745 is #64B8BA. Grayscale: #5F5F5F. Windows color (decimal): -6600891 or 4540315. OLE color: 4540315.

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

Color convert

RGB 155 71 69 -
CMYK 0 0.54 0.55 0.39
HSL 1.4º 0.38% 0.44% -
HSV(B) 1.4º 0.55% 0.61% -
XYZ 16.84 11.9 7.04 -
YUV 95.89 112.83 170.16 -
System Red Green Blue C M Y K H S L
Decimal 155 71 69 0 0.54 0.55 0.39 1.4 0.38 0.44
Hex 9B 47 45 0 36 37 27 1 26 2C
Octal 233 107 105 0 66 67 47 1 46 54
Binary 10011011 1000111 1000101 0 110110 110111 100111 1 100110 101100

Color Harmonies of #9B4745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4745

Black with #9B4745

Text Example


Text Example

White with #9B4745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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