Html Css Color HEX #9B5124 Rich Gold

📋 copy color: '#9B5124'

red 155 ◦ green 81 ◦ blue 36

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

Shades of Rich Gold #9B5124

Tints of Rich Gold #9B5124

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.78%

 BLUE value IS 36 (14.45% from 255) = 13.24%

R = 56.99%
G = 29.78%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B5124 (or 0x9B5124) is known color: Rich Gold. HEX triplet: 9B, 51 and 24. RGB value is (155,81,36). Sum of RGB (Red+Green+Blue) = 155+81+36=272 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.99% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5124 is #64AEDB. Grayscale: #626262. Windows color (decimal): -6598364 or 2380187. OLE color: 2380187.

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

Color convert

RGB 155 81 36 -
CMYK 0 0.48 0.77 0.39
HSL 22.69º 0.62% 0.37% -
HSV(B) 22.69º 0.77% 0.61% -
XYZ 16.78 12.98 3.29 -
YUV 98 93.02 168.66 -
System Red Green Blue C M Y K H S L
Decimal 155 81 36 0 0.48 0.77 0.39 22.69 0.62 0.37
Hex 9B 51 24 0 30 4D 27 17 3E 25
Octal 233 121 44 0 60 115 47 27 76 45
Binary 10011011 1010001 100100 0 110000 1001101 100111 10111 111110 100101

Color Harmonies of #9B5124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5124

Black with #9B5124

Text Example


Text Example

White with #9B5124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,81,36); }

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

background-color css

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

 a { background-color: rgb(155,81,36); }

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

border-color css

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

 span { border-color: rgb(155,81,36); }

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