Html Css Color HEX #9B4846 Roof Terracotta

📋 copy color: '#9B4846'

red 155 ◦ green 72 ◦ blue 70

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

Shades of Roof Terracotta #9B4846

Tints of Roof Terracotta #9B4846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.24%

 BLUE value IS 70 (27.73% from 255) = 23.57%

R = 52.19%
G = 24.24%
B = 23.57%

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

#9B4846 (or 0x9B4846) is known color: Roof Terracotta. HEX triplet: 9B, 48 and 46. RGB value is (155,72,70). Sum of RGB (Red+Green+Blue) = 155+72+70=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4846 is #64B7B9. Grayscale: #606060. Windows color (decimal): -6600634 or 4606107. OLE color: 4606107.

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

Color convert

RGB 155 72 70 -
CMYK 0 0.54 0.55 0.39
HSL 1.41º 0.38% 0.44% -
HSV(B) 1.41º 0.55% 0.61% -
XYZ 16.94 12.05 7.23 -
YUV 96.59 113 169.66 -
System Red Green Blue C M Y K H S L
Decimal 155 72 70 0 0.54 0.55 0.39 1.41 0.38 0.44
Hex 9B 48 46 0 36 37 27 1 26 2C
Octal 233 110 106 0 66 67 47 1 46 54
Binary 10011011 1001000 1000110 0 110110 110111 100111 1 100110 101100

Color Harmonies of #9B4846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4846

Black with #9B4846

Text Example


Text Example

White with #9B4846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,72,70); }

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

background-color css

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

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

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

border-color css

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

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

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