Html Css Color HEX #9B5524 Rich Gold

📋 copy color: '#9B5524'

red 155 ◦ green 85 ◦ blue 36

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

Shades of Rich Gold #9B5524

Tints of Rich Gold #9B5524

RGB

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

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

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

R = 56.16%
G = 30.8%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B5524 (or 0x9B5524) is known color: Rich Gold. HEX triplet: 9B, 55 and 24. RGB value is (155,85,36). Sum of RGB (Red+Green+Blue) = 155+85+36=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5524 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5524 is #64AADB. Grayscale: #646464. Windows color (decimal): -6597340 or 2381211. OLE color: 2381211.

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

Color convert

RGB 155 85 36 -
CMYK 0 0.45 0.77 0.39
HSL 24.71º 0.62% 0.37% -
HSV(B) 24.71º 0.77% 0.61% -
XYZ 17.08 13.59 3.39 -
YUV 100.34 91.69 166.98 -
System Red Green Blue C M Y K H S L
Decimal 155 85 36 0 0.45 0.77 0.39 24.71 0.62 0.37
Hex 9B 55 24 0 2D 4D 27 19 3E 25
Octal 233 125 44 0 55 115 47 31 76 45
Binary 10011011 1010101 100100 0 101101 1001101 100111 11001 111110 100101

Color Harmonies of #9B5524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5524

Black with #9B5524

Text Example


Text Example

White with #9B5524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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