Html Css Color HEX #98491E Rich Gold

📋 copy color: '#98491E'

red 152 ◦ green 73 ◦ blue 30

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

Shades of Rich Gold #98491E

Tints of Rich Gold #98491E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.76%

R = 59.61%
G = 28.63%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98491E (or 0x98491E) is known color: Rich Gold. HEX triplet: 98, 49 and 1E. RGB value is (152,73,30). Sum of RGB (Red+Green+Blue) = 152+73+30=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 30 (12.11% from 255 or 11.76% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #98491E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98491E is #67B6E1. Grayscale: #5B5B5B. Windows color (decimal): -6797026 or 1984920. OLE color: 1984920.

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

Color convert

RGB 152 73 30 -
CMYK 0 0.52 0.80 0.40
HSL 21.15º 0.67% 0.36% -
HSV(B) 21.15º 0.8% 0.6% -
XYZ 15.57 11.53 2.63 -
YUV 91.72 93.17 171 -
System Red Green Blue C M Y K H S L
Decimal 152 73 30 0 0.52 0.80 0.40 21.15 0.67 0.36
Hex 98 49 1E 0 34 50 28 15 43 24
Octal 230 111 36 0 64 120 50 25 103 44
Binary 10011000 1001001 11110 0 110100 1010000 101000 10101 1000011 100100

Color Harmonies of #98491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98491E

Black with #98491E

Text Example


Text Example

White with #98491E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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