Html Css Color HEX #9B4342 Roof Terracotta

📋 copy color: '#9B4342'

red 155 ◦ green 67 ◦ blue 66

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

Shades of Roof Terracotta #9B4342

Tints of Roof Terracotta #9B4342

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.26%

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

R = 53.82%
G = 23.26%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#9B4342 (or 0x9B4342) is known color: Roof Terracotta. HEX triplet: 9B, 43 and 42. RGB value is (155,67,66). Sum of RGB (Red+Green+Blue) = 155+67+66=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4342 is #64BCBD. Grayscale: #5D5D5D. Windows color (decimal): -6601918 or 4342683. OLE color: 4342683.

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

Color convert

RGB 155 67 66 -
CMYK 0 0.57 0.57 0.39
HSL 0.67º 0.4% 0.43% -
HSV(B) 0.67º 0.57% 0.61% -
XYZ 16.51 11.38 6.48 -
YUV 93.2 112.65 172.08 -
System Red Green Blue C M Y K H S L
Decimal 155 67 66 0 0.57 0.57 0.39 0.67 0.4 0.43
Hex 9B 43 42 0 39 39 27 1 28 2B
Octal 233 103 102 0 71 71 47 1 50 53
Binary 10011011 1000011 1000010 0 111001 111001 100111 1 101000 101011

Color Harmonies of #9B4342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4342

Black with #9B4342

Text Example


Text Example

White with #9B4342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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