Html Css Color HEX #984820 Alert Tan

📋 copy color: '#984820'

red 152 ◦ green 72 ◦ blue 32

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

Shades of Alert Tan #984820

Tints of Alert Tan #984820

RGB

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

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

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

R = 59.38%
G = 28.13%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#984820 (or 0x984820) is known color: Alert Tan. HEX triplet: 98, 48 and 20. RGB value is (152,72,32). Sum of RGB (Red+Green+Blue) = 152+72+32=256 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.38% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 32 (12.89% from 255 or 12.5% from 256); Max value from RGB is 152 - color contains mainly: red. Hex color #984820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984820 is #67B7DF. Grayscale: #5B5B5B. Windows color (decimal): -6797280 or 2115736. OLE color: 2115736.

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

Color convert

RGB 152 72 32 -
CMYK 0 0.53 0.79 0.40
HSL 20º 0.65% 0.36% -
HSV(B) 20º 0.79% 0.6% -
XYZ 15.53 11.41 2.75 -
YUV 91.36 94.5 171.25 -
System Red Green Blue C M Y K H S L
Decimal 152 72 32 0 0.53 0.79 0.40 20 0.65 0.36
Hex 98 48 20 0 35 4F 28 14 41 24
Octal 230 110 40 0 65 117 50 24 101 44
Binary 10011000 1001000 100000 0 110101 1001111 101000 10100 1000001 100100

Color Harmonies of #984820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984820

Black with #984820

Text Example


Text Example

White with #984820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984820; }

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

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

background-color css

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

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

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

border-color css

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

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

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