Html Css Color HEX #98491D Rich Gold

📋 copy color: '#98491D'

red 152 ◦ green 73 ◦ blue 29

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

Shades of Rich Gold #98491D

Tints of Rich Gold #98491D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.42%

R = 59.84%
G = 28.74%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#98491D (or 0x98491D) is known color: Rich Gold. HEX triplet: 98, 49 and 1D. RGB value is (152,73,29). Sum of RGB (Red+Green+Blue) = 152+73+29=254 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.84% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 152 - color contains mainly: red. Hex color #98491D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98491D is #67B6E2. Grayscale: #5B5B5B. Windows color (decimal): -6797027 or 1919384. OLE color: 1919384.

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

Color convert

RGB 152 73 29 -
CMYK 0 0.52 0.81 0.40
HSL 21.46º 0.68% 0.35% -
HSV(B) 21.46º 0.81% 0.6% -
XYZ 15.55 11.53 2.57 -
YUV 91.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 152 73 29 0 0.52 0.81 0.40 21.46 0.68 0.35
Hex 98 49 1D 0 34 51 28 15 44 23
Octal 230 111 35 0 64 121 50 25 104 43
Binary 10011000 1001001 11101 0 110100 1010001 101000 10101 1000100 100011

Color Harmonies of #98491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98491D

Black with #98491D

Text Example


Text Example

White with #98491D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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