Html Css Color HEX #9A491E Rich Gold

📋 copy color: '#9A491E'

red 154 ◦ green 73 ◦ blue 30

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

Shades of Rich Gold #9A491E

Tints of Rich Gold #9A491E

RGB

 RED value IS 154 (60.55% from 255) = 59.92%

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

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

R = 59.92%
G = 28.4%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#9A491E (or 0x9A491E) is known color: Rich Gold. HEX triplet: 9A, 49 and 1E. RGB value is (154,73,30). Sum of RGB (Red+Green+Blue) = 154+73+30=257 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.92% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 154 - color contains mainly: red. Hex color #9A491E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A491E is #65B6E1. Grayscale: #5C5C5C. Windows color (decimal): -6665954 or 1984922. OLE color: 1984922.

HSL color Cylindrical-coordinate representation of color #9A491E: hue angle of 20.81º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A491E is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 73 30 -
CMYK 0 0.53 0.81 0.40
HSL 20.81º 0.67% 0.36% -
HSV(B) 20.81º 0.81% 0.6% -
XYZ 15.94 11.73 2.65 -
YUV 92.32 92.84 172 -
System Red Green Blue C M Y K H S L
Decimal 154 73 30 0 0.53 0.81 0.40 20.81 0.67 0.36
Hex 9A 49 1E 0 35 51 28 15 43 24
Octal 232 111 36 0 65 121 50 25 103 44
Binary 10011010 1001001 11110 0 110101 1010001 101000 10101 1000011 100100

Color Harmonies of #9A491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A491E

Black with #9A491E

Text Example


Text Example

White with #9A491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A491E; }

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

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

background-color css

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

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

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

border-color css

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

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

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