Html Css Color HEX #984A30 Alert Tan

📋 copy color: '#984A30'

red 152 ◦ green 74 ◦ blue 48

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

Shades of Alert Tan #984A30

Tints of Alert Tan #984A30

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.01%

 BLUE value IS 48 (19.14% from 255) = 17.52%

R = 55.47%
G = 27.01%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#984A30 (or 0x984A30) is known color: Alert Tan. HEX triplet: 98, 4A and 30. RGB value is (152,74,48). Sum of RGB (Red+Green+Blue) = 152+74+48=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #984A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984A30 is #67B5CF. Grayscale: #5E5E5E. Windows color (decimal): -6796752 or 3164824. OLE color: 3164824.

HSL color Cylindrical-coordinate representation of color #984A30: hue angle of 15º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #984A30 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 74 48 -
CMYK 0 0.51 0.68 0.40
HSL 15º 0.52% 0.39% -
HSV(B) 15º 0.68% 0.6% -
XYZ 15.93 11.79 4.23 -
YUV 94.36 101.84 169.11 -
System Red Green Blue C M Y K H S L
Decimal 152 74 48 0 0.51 0.68 0.40 15 0.52 0.39
Hex 98 4A 30 0 33 44 28 F 34 27
Octal 230 112 60 0 63 104 50 17 64 47
Binary 10011000 1001010 110000 0 110011 1000100 101000 1111 110100 100111

Color Harmonies of #984A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984A30

Black with #984A30

Text Example


Text Example

White with #984A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984A30; }

 p { color: rgb(152,74,48); }

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

background-color css

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

 a { background-color: rgb(152,74,48); }

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

border-color css

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

 span { border-color: rgb(152,74,48); }

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