Html Css Color HEX #9B5025 Rich Gold

📋 copy color: '#9B5025'

red 155 ◦ green 80 ◦ blue 37

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

Shades of Rich Gold #9B5025

Tints of Rich Gold #9B5025

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.41%

 BLUE value IS 37 (14.84% from 255) = 13.6%

R = 56.99%
G = 29.41%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9B5025 (or 0x9B5025) is known color: Rich Gold. HEX triplet: 9B, 50 and 25. RGB value is (155,80,37). Sum of RGB (Red+Green+Blue) = 155+80+37=272 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.99% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5025 is #64AFDA. Grayscale: #616161. Windows color (decimal): -6598619 or 2445467. OLE color: 2445467.

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

Color convert

RGB 155 80 37 -
CMYK 0 0.48 0.76 0.39
HSL 21.86º 0.61% 0.38% -
HSV(B) 21.86º 0.76% 0.61% -
XYZ 16.72 12.84 3.35 -
YUV 97.52 93.85 169 -
System Red Green Blue C M Y K H S L
Decimal 155 80 37 0 0.48 0.76 0.39 21.86 0.61 0.38
Hex 9B 50 25 0 30 4C 27 16 3D 26
Octal 233 120 45 0 60 114 47 26 75 46
Binary 10011011 1010000 100101 0 110000 1001100 100111 10110 111101 100110

Color Harmonies of #9B5025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5025

Black with #9B5025

Text Example


Text Example

White with #9B5025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,80,37); }

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

background-color css

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

 a { background-color: rgb(155,80,37); }

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

border-color css

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

 span { border-color: rgb(155,80,37); }

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