Html Css Color HEX #9C521A Rich Gold

📋 copy color: '#9C521A'

red 156 ◦ green 82 ◦ blue 26

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

Shades of Rich Gold #9C521A

Tints of Rich Gold #9C521A

RGB

 RED value IS 156 (61.33% from 255) = 59.09%

 GREEN value IS 82 (32.42% from 255) = 31.06%

 BLUE value IS 26 (10.55% from 255) = 9.85%

R = 59.09%
G = 31.06%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C521A (or 0x9C521A) is known color: Rich Gold. HEX triplet: 9C, 52 and 1A. RGB value is (156,82,26). Sum of RGB (Red+Green+Blue) = 156+82+26=264 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.09% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 156 - color contains mainly: red. Hex color #9C521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C521A is #63ADE5. Grayscale: #626262. Windows color (decimal): -6532582 or 1725084. OLE color: 1725084.

HSL color Cylindrical-coordinate representation of color #9C521A: hue angle of 25.85º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C521A is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 82 26 -
CMYK 0 0.47 0.83 0.39
HSL 25.85º 0.71% 0.36% -
HSV(B) 25.85º 0.83% 0.61% -
XYZ 16.91 13.18 2.63 -
YUV 97.74 87.52 169.55 -
System Red Green Blue C M Y K H S L
Decimal 156 82 26 0 0.47 0.83 0.39 25.85 0.71 0.36
Hex 9C 52 1A 0 2F 53 27 1A 47 24
Octal 234 122 32 0 57 123 47 32 107 44
Binary 10011100 1010010 11010 0 101111 1010011 100111 11010 1000111 100100

Color Harmonies of #9C521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C521A

Black with #9C521A

Text Example


Text Example

White with #9C521A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,82,26); }

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

background-color css

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

 a { background-color: rgb(156,82,26); }

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

border-color css

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

 span { border-color: rgb(156,82,26); }

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