Html Css Color HEX #9B5316 Rich Gold

📋 copy color: '#9B5316'

red 155 ◦ green 83 ◦ blue 22

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

Shades of Rich Gold #9B5316

Tints of Rich Gold #9B5316

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.92%

 BLUE value IS 22 (8.98% from 255) = 8.46%

R = 59.62%
G = 31.92%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B5316 (or 0x9B5316) is known color: Rich Gold. HEX triplet: 9B, 53 and 16. RGB value is (155,83,22). Sum of RGB (Red+Green+Blue) = 155+83+22=260 (34% of max value = 765). Red value is 155 (60.94% from 255 or 59.62% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 22 (8.98% from 255 or 8.46% from 260); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5316 is #64ACE9. Grayscale: #616161. Windows color (decimal): -6597866 or 1463195. OLE color: 1463195.

HSL color Cylindrical-coordinate representation of color #9B5316: hue angle of 27.52º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B5316 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 83 22 -
CMYK 0 0.46 0.86 0.39
HSL 27.52º 0.75% 0.35% -
HSV(B) 27.52º 0.86% 0.61% -
XYZ 16.76 13.21 2.43 -
YUV 97.57 85.35 168.96 -
System Red Green Blue C M Y K H S L
Decimal 155 83 22 0 0.46 0.86 0.39 27.52 0.75 0.35
Hex 9B 53 16 0 2E 56 27 1C 4B 23
Octal 233 123 26 0 56 126 47 34 113 43
Binary 10011011 1010011 10110 0 101110 1010110 100111 11100 1001011 100011

Color Harmonies of #9B5316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5316

Black with #9B5316

Text Example


Text Example

White with #9B5316

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,83,22); }

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

background-color css

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

 a { background-color: rgb(155,83,22); }

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

border-color css

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

 span { border-color: rgb(155,83,22); }

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