Html Css Color HEX #98491C Rich Gold

📋 copy color: '#98491C'

red 152 ◦ green 73 ◦ blue 28

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

Shades of Rich Gold #98491C

Tints of Rich Gold #98491C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.07%

R = 60.08%
G = 28.85%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98491C (or 0x98491C) is known color: Rich Gold. HEX triplet: 98, 49 and 1C. RGB value is (152,73,28). Sum of RGB (Red+Green+Blue) = 152+73+28=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 73 (28.91% from 255 or 28.85% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #98491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98491C is #67B6E3. Grayscale: #5B5B5B. Windows color (decimal): -6797028 or 1853848. OLE color: 1853848.

HSL color Cylindrical-coordinate representation of color #98491C: hue angle of 21.77º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98491C is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 73 28 -
CMYK 0 0.52 0.82 0.40
HSL 21.77º 0.69% 0.35% -
HSV(B) 21.77º 0.82% 0.6% -
XYZ 15.54 11.52 2.5 -
YUV 91.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 152 73 28 0 0.52 0.82 0.40 21.77 0.69 0.35
Hex 98 49 1C 0 34 52 28 16 45 23
Octal 230 111 34 0 64 122 50 26 105 43
Binary 10011000 1001001 11100 0 110100 1010010 101000 10110 1000101 100011

Color Harmonies of #98491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98491C

Black with #98491C

Text Example


Text Example

White with #98491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98491C; }

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

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

background-color css

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

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

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

border-color css

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

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

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