Html Css Color HEX #9C521B Rich Gold

📋 copy color: '#9C521B'

red 156 ◦ green 82 ◦ blue 27

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

Shades of Rich Gold #9C521B

Tints of Rich Gold #9C521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.19%

R = 58.87%
G = 30.94%
B = 10.19%

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

#9C521B (or 0x9C521B) is known color: Rich Gold. HEX triplet: 9C, 52 and 1B. RGB value is (156,82,27). Sum of RGB (Red+Green+Blue) = 156+82+27=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C521B is #63ADE4. Grayscale: #626262. Windows color (decimal): -6532581 or 1790620. OLE color: 1790620.

HSL color Cylindrical-coordinate representation of color #9C521B: hue angle of 25.58º degrees, saturation: 0.7, 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 #9C521B is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 82 27 -
CMYK 0 0.47 0.83 0.39
HSL 25.58º 0.7% 0.36% -
HSV(B) 25.58º 0.83% 0.61% -
XYZ 16.93 13.18 2.69 -
YUV 97.86 88.02 169.47 -
System Red Green Blue C M Y K H S L
Decimal 156 82 27 0 0.47 0.83 0.39 25.58 0.7 0.36
Hex 9C 52 1B 0 2F 53 27 1A 46 24
Octal 234 122 33 0 57 123 47 32 106 44
Binary 10011100 1010010 11011 0 101111 1010011 100111 11010 1000110 100100

Color Harmonies of #9C521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C521B

Black with #9C521B

Text Example


Text Example

White with #9C521B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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