Html Css Color HEX #9A531C Rich Gold

📋 copy color: '#9A531C'

red 154 ◦ green 83 ◦ blue 28

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

Shades of Rich Gold #9A531C

Tints of Rich Gold #9A531C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.32%

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

R = 58.11%
G = 31.32%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#9A531C (or 0x9A531C) is known color: Rich Gold. HEX triplet: 9A, 53 and 1C. RGB value is (154,83,28). Sum of RGB (Red+Green+Blue) = 154+83+28=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A531C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A531C is #65ACE3. Grayscale: #626262. Windows color (decimal): -6663396 or 1856410. OLE color: 1856410.

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

Color convert

RGB 154 83 28 -
CMYK 0 0.46 0.82 0.40
HSL 26.19º 0.69% 0.36% -
HSV(B) 26.19º 0.82% 0.6% -
XYZ 16.63 13.14 2.76 -
YUV 97.96 88.52 167.97 -
System Red Green Blue C M Y K H S L
Decimal 154 83 28 0 0.46 0.82 0.40 26.19 0.69 0.36
Hex 9A 53 1C 0 2E 52 28 1A 45 24
Octal 232 123 34 0 56 122 50 32 105 44
Binary 10011010 1010011 11100 0 101110 1010010 101000 11010 1000101 100100

Color Harmonies of #9A531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A531C

Black with #9A531C

Text Example


Text Example

White with #9A531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,83,28); }

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

background-color css

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

 a { background-color: rgb(154,83,28); }

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

border-color css

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

 span { border-color: rgb(154,83,28); }

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