Html Css Color HEX #984945 Roof Terracotta

📋 copy color: '#984945'

red 152 ◦ green 73 ◦ blue 69

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

Shades of Roof Terracotta #984945

Tints of Roof Terracotta #984945

RGB

 RED value IS 152 (59.77% from 255) = 51.7%

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

 BLUE value IS 69 (27.34% from 255) = 23.47%

R = 51.7%
G = 24.83%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#984945 (or 0x984945) is known color: Roof Terracotta. HEX triplet: 98, 49 and 45. RGB value is (152,73,69). Sum of RGB (Red+Green+Blue) = 152+73+69=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #984945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984945 is #67B6BA. Grayscale: #606060. Windows color (decimal): -6796987 or 4540824. OLE color: 4540824.

HSL color Cylindrical-coordinate representation of color #984945: hue angle of 2.89º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984945 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 73 69 -
CMYK 0 0.52 0.55 0.40
HSL 2.89º 0.38% 0.43% -
HSV(B) 2.89º 0.55% 0.6% -
XYZ 16.41 11.87 7.06 -
YUV 96.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 152 73 69 0 0.52 0.55 0.40 2.89 0.38 0.43
Hex 98 49 45 0 34 37 28 3 26 2B
Octal 230 111 105 0 64 67 50 3 46 53
Binary 10011000 1001001 1000101 0 110100 110111 101000 11 100110 101011

Color Harmonies of #984945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984945

Black with #984945

Text Example


Text Example

White with #984945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984945; }

 p { color: rgb(152,73,69); }

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

background-color css

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

 a { background-color: rgb(152,73,69); }

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

border-color css

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

 span { border-color: rgb(152,73,69); }

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