Html Css Color HEX #984920 Alert Tan

📋 copy color: '#984920'

red 152 ◦ green 73 ◦ blue 32

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

Shades of Alert Tan #984920

Tints of Alert Tan #984920

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.45%

R = 59.14%
G = 28.4%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#984920 (or 0x984920) is known color: Alert Tan. HEX triplet: 98, 49 and 20. RGB value is (152,73,32). Sum of RGB (Red+Green+Blue) = 152+73+32=257 (34% of max value = 765). Red value is 152 (59.77% from 255 or 59.14% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 152 - color contains mainly: red. Hex color #984920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984920 is #67B6DF. Grayscale: #5C5C5C. Windows color (decimal): -6797024 or 2115992. OLE color: 2115992.

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

Color convert

RGB 152 73 32 -
CMYK 0 0.52 0.79 0.40
HSL 20.5º 0.65% 0.36% -
HSV(B) 20.5º 0.79% 0.6% -
XYZ 15.59 11.54 2.77 -
YUV 91.95 94.17 170.83 -
System Red Green Blue C M Y K H S L
Decimal 152 73 32 0 0.52 0.79 0.40 20.5 0.65 0.36
Hex 98 49 20 0 34 4F 28 14 41 24
Octal 230 111 40 0 64 117 50 24 101 44
Binary 10011000 1001001 100000 0 110100 1001111 101000 10100 1000001 100100

Color Harmonies of #984920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984920

Black with #984920

Text Example


Text Example

White with #984920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984920; }

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

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

background-color css

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

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

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

border-color css

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

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

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