Html Css Color HEX #9B5820 Rich Gold

📋 copy color: '#9B5820'

red 155 ◦ green 88 ◦ blue 32

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

Shades of Rich Gold #9B5820

Tints of Rich Gold #9B5820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

 BLUE value IS 32 (12.89% from 255) = 11.64%

R = 56.36%
G = 32%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9B5820 (or 0x9B5820) is known color: Rich Gold. HEX triplet: 9B, 58 and 20. RGB value is (155,88,32). Sum of RGB (Red+Green+Blue) = 155+88+32=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5820 is #64A7DF. Grayscale: #656565. Windows color (decimal): -6596576 or 2119835. OLE color: 2119835.

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

Color convert

RGB 155 88 32 -
CMYK 0 0.43 0.79 0.39
HSL 27.32º 0.66% 0.37% -
HSV(B) 27.32º 0.79% 0.61% -
XYZ 17.27 14.05 3.17 -
YUV 101.65 88.7 166.05 -
System Red Green Blue C M Y K H S L
Decimal 155 88 32 0 0.43 0.79 0.39 27.32 0.66 0.37
Hex 9B 58 20 0 2B 4F 27 1B 42 25
Octal 233 130 40 0 53 117 47 33 102 45
Binary 10011011 1011000 100000 0 101011 1001111 100111 11011 1000010 100101

Color Harmonies of #9B5820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5820

Black with #9B5820

Text Example


Text Example

White with #9B5820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,88,32); }

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

background-color css

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

 a { background-color: rgb(155,88,32); }

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

border-color css

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

 span { border-color: rgb(155,88,32); }

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