Html Css Color HEX #9B4542 Roof Terracotta

📋 copy color: '#9B4542'

red 155 ◦ green 69 ◦ blue 66

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

Shades of Roof Terracotta #9B4542

Tints of Roof Terracotta #9B4542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.76%

R = 53.45%
G = 23.79%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#9B4542 (or 0x9B4542) is known color: Roof Terracotta. HEX triplet: 9B, 45 and 42. RGB value is (155,69,66). Sum of RGB (Red+Green+Blue) = 155+69+66=290 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.45% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4542 is #64BABD. Grayscale: #5E5E5E. Windows color (decimal): -6601406 or 4343195. OLE color: 4343195.

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

Color convert

RGB 155 69 66 -
CMYK 0 0.55 0.57 0.39
HSL 2.02º 0.4% 0.43% -
HSV(B) 2.02º 0.57% 0.61% -
XYZ 16.63 11.62 6.52 -
YUV 94.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 155 69 66 0 0.55 0.57 0.39 2.02 0.4 0.43
Hex 9B 45 42 0 37 39 27 2 28 2B
Octal 233 105 102 0 67 71 47 2 50 53
Binary 10011011 1000101 1000010 0 110111 111001 100111 10 101000 101011

Color Harmonies of #9B4542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4542

Black with #9B4542

Text Example


Text Example

White with #9B4542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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