Html Css Color HEX #99491C Rich Gold

📋 copy color: '#99491C'

red 153 ◦ green 73 ◦ blue 28

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

Shades of Rich Gold #99491C

Tints of Rich Gold #99491C

RGB

 RED value IS 153 (60.16% from 255) = 60.24%

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

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

R = 60.24%
G = 28.74%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#99491C (or 0x99491C) is known color: Rich Gold. HEX triplet: 99, 49 and 1C. RGB value is (153,73,28). Sum of RGB (Red+Green+Blue) = 153+73+28=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #99491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99491C is #66B6E3. Grayscale: #5C5C5C. Windows color (decimal): -6731492 or 1853849. OLE color: 1853849.

HSL color Cylindrical-coordinate representation of color #99491C: hue angle of 21.6º 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 #99491C is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 73 28 -
CMYK 0 0.52 0.82 0.4
HSL 21.6º 0.69% 0.35% -
HSV(B) 21.6º 0.82% 0.6% -
XYZ 15.73 11.62 2.51 -
YUV 91.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 153 73 28 0 0.52 0.82 0.4 21.6 0.69 0.35
Hex 99 49 1C 0 34 52 28 16 45 23
Octal 231 111 34 0 64 122 50 26 105 43
Binary 10011001 1001001 11100 0 110100 1010010 101000 10110 1000101 100011

Color Harmonies of #99491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99491C

Black with #99491C

Text Example


Text Example

White with #99491C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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