Html Css Color HEX #9B4545 Roof Terracotta

📋 copy color: '#9B4545'

red 155 ◦ green 69 ◦ blue 69

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

Shades of Roof Terracotta #9B4545

Tints of Roof Terracotta #9B4545

RGB

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

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

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

R = 52.9%
G = 23.55%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#9B4545 (or 0x9B4545) is known color: Roof Terracotta. HEX triplet: 9B, 45 and 45. RGB value is (155,69,69). Sum of RGB (Red+Green+Blue) = 155+69+69=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4545 is #64BABA. Grayscale: #5E5E5E. Windows color (decimal): -6601403 or 4539803. OLE color: 4539803.

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

Color convert

RGB 155 69 69 -
CMYK 0 0.55 0.55 0.39
HSL 0.38% 0.44% -
HSV(B) 0.55% 0.61% -
XYZ 16.72 11.65 7 -
YUV 94.71 113.49 171 -
System Red Green Blue C M Y K H S L
Decimal 155 69 69 0 0.55 0.55 0.39 0 0.38 0.44
Hex 9B 45 45 0 37 37 27 0 26 2C
Octal 233 105 105 0 67 67 47 0 46 54
Binary 10011011 1000101 1000101 0 110111 110111 100111 0 100110 101100

Color Harmonies of #9B4545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4545

Black with #9B4545

Text Example


Text Example

White with #9B4545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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