Html Css Color HEX #984845 Roof Terracotta

📋 copy color: '#984845'

red 152 ◦ green 72 ◦ blue 69

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

Shades of Roof Terracotta #984845

Tints of Roof Terracotta #984845

RGB

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

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

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

R = 51.88%
G = 24.57%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#984845 (or 0x984845) is known color: Roof Terracotta. HEX triplet: 98, 48 and 45. RGB value is (152,72,69). Sum of RGB (Red+Green+Blue) = 152+72+69=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #984845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984845 is #67B7BA. Grayscale: #5F5F5F. Windows color (decimal): -6797243 or 4540568. OLE color: 4540568.

HSL color Cylindrical-coordinate representation of color #984845: hue angle of 2.17º 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 #984845 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 72 69 -
CMYK 0 0.53 0.55 0.40
HSL 2.17º 0.38% 0.43% -
HSV(B) 2.17º 0.55% 0.6% -
XYZ 16.34 11.74 7.03 -
YUV 95.58 113 168.24 -
System Red Green Blue C M Y K H S L
Decimal 152 72 69 0 0.53 0.55 0.40 2.17 0.38 0.43
Hex 98 48 45 0 35 37 28 2 26 2B
Octal 230 110 105 0 65 67 50 2 46 53
Binary 10011000 1001000 1000101 0 110101 110111 101000 10 100110 101011

Color Harmonies of #984845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984845

Black with #984845

Text Example


Text Example

White with #984845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984845; }

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

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

background-color css

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

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

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

border-color css

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

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

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