Html Css Color HEX #9B521A Rich Gold

📋 copy color: '#9B521A'

red 155 ◦ green 82 ◦ blue 26

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

Shades of Rich Gold #9B521A

Tints of Rich Gold #9B521A

RGB

 RED value IS 155 (60.94% from 255) = 58.94%

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

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

R = 58.94%
G = 31.18%
B = 9.89%

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

#9B521A (or 0x9B521A) is known color: Rich Gold. HEX triplet: 9B, 52 and 1A. RGB value is (155,82,26). Sum of RGB (Red+Green+Blue) = 155+82+26=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B521A is #64ADE5. Grayscale: #616161. Windows color (decimal): -6598118 or 1725083. OLE color: 1725083.

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

Color convert

RGB 155 82 26 -
CMYK 0 0.47 0.83 0.39
HSL 26.05º 0.71% 0.35% -
HSV(B) 26.05º 0.83% 0.61% -
XYZ 16.72 13.08 2.62 -
YUV 97.44 87.68 169.05 -
System Red Green Blue C M Y K H S L
Decimal 155 82 26 0 0.47 0.83 0.39 26.05 0.71 0.35
Hex 9B 52 1A 0 2F 53 27 1A 47 23
Octal 233 122 32 0 57 123 47 32 107 43
Binary 10011011 1010010 11010 0 101111 1010011 100111 11010 1000111 100011

Color Harmonies of #9B521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B521A

Black with #9B521A

Text Example


Text Example

White with #9B521A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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