Html Css Color HEX #9C531A Rich Gold

📋 copy color: '#9C531A'

red 156 ◦ green 83 ◦ blue 26

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

Shades of Rich Gold #9C531A

Tints of Rich Gold #9C531A

RGB

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

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

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

R = 58.87%
G = 31.32%
B = 9.81%

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

#9C531A (or 0x9C531A) is known color: Rich Gold. HEX triplet: 9C, 53 and 1A. RGB value is (156,83,26). Sum of RGB (Red+Green+Blue) = 156+83+26=265 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.87% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 156 - color contains mainly: red. Hex color #9C531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C531A is #63ACE5. Grayscale: #626262. Windows color (decimal): -6532326 or 1725340. OLE color: 1725340.

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

Color convert

RGB 156 83 26 -
CMYK 0 0.47 0.83 0.39
HSL 26.31º 0.71% 0.36% -
HSV(B) 26.31º 0.83% 0.61% -
XYZ 16.99 13.33 2.65 -
YUV 98.33 87.18 169.13 -
System Red Green Blue C M Y K H S L
Decimal 156 83 26 0 0.47 0.83 0.39 26.31 0.71 0.36
Hex 9C 53 1A 0 2F 53 27 1A 47 24
Octal 234 123 32 0 57 123 47 32 107 44
Binary 10011100 1010011 11010 0 101111 1010011 100111 11010 1000111 100100

Color Harmonies of #9C531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C531A

Black with #9C531A

Text Example


Text Example

White with #9C531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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