Html Css Color HEX #9B5520 Rich Gold

📋 copy color: '#9B5520'

red 155 ◦ green 85 ◦ blue 32

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

Shades of Rich Gold #9B5520

Tints of Rich Gold #9B5520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.25%

 BLUE value IS 32 (12.89% from 255) = 11.76%

R = 56.99%
G = 31.25%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9B5520 (or 0x9B5520) is known color: Rich Gold. HEX triplet: 9B, 55 and 20. RGB value is (155,85,32). Sum of RGB (Red+Green+Blue) = 155+85+32=272 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.99% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5520 is #64AADF. Grayscale: #646464. Windows color (decimal): -6597344 or 2119067. OLE color: 2119067.

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

Color convert

RGB 155 85 32 -
CMYK 0 0.45 0.79 0.39
HSL 25.85º 0.66% 0.37% -
HSV(B) 25.85º 0.79% 0.61% -
XYZ 17.03 13.57 3.09 -
YUV 99.89 89.69 167.31 -
System Red Green Blue C M Y K H S L
Decimal 155 85 32 0 0.45 0.79 0.39 25.85 0.66 0.37
Hex 9B 55 20 0 2D 4F 27 1A 42 25
Octal 233 125 40 0 55 117 47 32 102 45
Binary 10011011 1010101 100000 0 101101 1001111 100111 11010 1000010 100101

Color Harmonies of #9B5520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5520

Black with #9B5520

Text Example


Text Example

White with #9B5520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,85,32); }

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

background-color css

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

 a { background-color: rgb(155,85,32); }

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

border-color css

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

 span { border-color: rgb(155,85,32); }

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