Html Css Color HEX #974948 Roof Terracotta

📋 copy color: '#974948'

red 151 ◦ green 73 ◦ blue 72

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

Shades of Roof Terracotta #974948

Tints of Roof Terracotta #974948

RGB

 RED value IS 151 (59.38% from 255) = 51.01%

 GREEN value IS 73 (28.91% from 255) = 24.66%

 BLUE value IS 72 (28.52% from 255) = 24.32%

R = 51.01%
G = 24.66%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#974948 (or 0x974948) is known color: Roof Terracotta. HEX triplet: 97, 49 and 48. RGB value is (151,73,72). Sum of RGB (Red+Green+Blue) = 151+73+72=296 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.01% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 151 - color contains mainly: red. Hex color #974948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974948 is #68B6B7. Grayscale: #606060. Windows color (decimal): -6862520 or 4737431. OLE color: 4737431.

HSL color Cylindrical-coordinate representation of color #974948: hue angle of 0.76º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #974948 is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 73 72 -
CMYK 0 0.52 0.52 0.41
HSL 0.76º 0.35% 0.44% -
HSV(B) 0.76º 0.52% 0.59% -
XYZ 16.31 11.81 7.55 -
YUV 96.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 151 73 72 0 0.52 0.52 0.41 0.76 0.35 0.44
Hex 97 49 48 0 34 34 29 1 23 2C
Octal 227 111 110 0 64 64 51 1 43 54
Binary 10010111 1001001 1001000 0 110100 110100 101001 1 100011 101100

Color Harmonies of #974948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974948

Black with #974948

Text Example


Text Example

White with #974948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974948; }

 p { color: rgb(151,73,72); }

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

background-color css

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

 a { background-color: rgb(151,73,72); }

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

border-color css

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

 span { border-color: rgb(151,73,72); }

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