Html Css Color HEX #9B521C Rich Gold

📋 copy color: '#9B521C'

red 155 ◦ green 82 ◦ blue 28

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

Shades of Rich Gold #9B521C

Tints of Rich Gold #9B521C

RGB

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

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

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

R = 58.49%
G = 30.94%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B521C (or 0x9B521C) is known color: Rich Gold. HEX triplet: 9B, 52 and 1C. RGB value is (155,82,28). Sum of RGB (Red+Green+Blue) = 155+82+28=265 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.49% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 155 - color contains mainly: red. Hex color #9B521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B521C is #64ADE3. Grayscale: #616161. Windows color (decimal): -6598116 or 1856155. OLE color: 1856155.

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

Color convert

RGB 155 82 28 -
CMYK 0 0.47 0.82 0.39
HSL 25.51º 0.69% 0.36% -
HSV(B) 25.51º 0.82% 0.61% -
XYZ 16.74 13.09 2.74 -
YUV 97.67 88.68 168.89 -
System Red Green Blue C M Y K H S L
Decimal 155 82 28 0 0.47 0.82 0.39 25.51 0.69 0.36
Hex 9B 52 1C 0 2F 52 27 1A 45 24
Octal 233 122 34 0 57 122 47 32 105 44
Binary 10011011 1010010 11100 0 101111 1010010 100111 11010 1000101 100100

Color Harmonies of #9B521C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B521C

Black with #9B521C

Text Example


Text Example

White with #9B521C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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