Html Css Color HEX #9B4843 Roof Terracotta

📋 copy color: '#9B4843'

red 155 ◦ green 72 ◦ blue 67

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

Shades of Roof Terracotta #9B4843

Tints of Roof Terracotta #9B4843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.79%

R = 52.72%
G = 24.49%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#9B4843 (or 0x9B4843) is known color: Roof Terracotta. HEX triplet: 9B, 48 and 43. RGB value is (155,72,67). Sum of RGB (Red+Green+Blue) = 155+72+67=294 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.72% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4843 is #64B7BC. Grayscale: #606060. Windows color (decimal): -6600637 or 4409499. OLE color: 4409499.

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

Color convert

RGB 155 72 67 -
CMYK 0 0.54 0.57 0.39
HSL 3.41º 0.4% 0.44% -
HSV(B) 3.41º 0.57% 0.61% -
XYZ 16.85 12.01 6.74 -
YUV 96.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 155 72 67 0 0.54 0.57 0.39 3.41 0.4 0.44
Hex 9B 48 43 0 36 39 27 3 28 2C
Octal 233 110 103 0 66 71 47 3 50 54
Binary 10011011 1001000 1000011 0 110110 111001 100111 11 101000 101100

Color Harmonies of #9B4843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4843

Black with #9B4843

Text Example


Text Example

White with #9B4843

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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