Html Css Color HEX #9B5925 Rich Gold

📋 copy color: '#9B5925'

red 155 ◦ green 89 ◦ blue 37

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

Shades of Rich Gold #9B5925

Tints of Rich Gold #9B5925

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.67%

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

R = 55.16%
G = 31.67%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9B5925 (or 0x9B5925) is known color: Rich Gold. HEX triplet: 9B, 59 and 25. RGB value is (155,89,37). Sum of RGB (Red+Green+Blue) = 155+89+37=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5925 is #64A6DA. Grayscale: #676767. Windows color (decimal): -6596315 or 2447771. OLE color: 2447771.

HSL color Cylindrical-coordinate representation of color #9B5925: hue angle of 26.44º 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 #9B5925 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 89 37 -
CMYK 0 0.43 0.76 0.39
HSL 26.44º 0.61% 0.38% -
HSV(B) 26.44º 0.76% 0.61% -
XYZ 17.42 14.25 3.58 -
YUV 102.81 90.87 165.23 -
System Red Green Blue C M Y K H S L
Decimal 155 89 37 0 0.43 0.76 0.39 26.44 0.61 0.38
Hex 9B 59 25 0 2B 4C 27 1A 3D 26
Octal 233 131 45 0 53 114 47 32 75 46
Binary 10011011 1011001 100101 0 101011 1001100 100111 11010 111101 100110

Color Harmonies of #9B5925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5925

Black with #9B5925

Text Example


Text Example

White with #9B5925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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