Html Css Color HEX #9B4C20 Rich Gold

📋 copy color: '#9B4C20'

red 155 ◦ green 76 ◦ blue 32

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

Shades of Rich Gold #9B4C20

Tints of Rich Gold #9B4C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.9%

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

R = 58.94%
G = 28.9%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9B4C20 (or 0x9B4C20) is known color: Rich Gold. HEX triplet: 9B, 4C and 20. RGB value is (155,76,32). Sum of RGB (Red+Green+Blue) = 155+76+32=263 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.94% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4C20 is #64B3DF. Grayscale: #5E5E5E. Windows color (decimal): -6599648 or 2116763. OLE color: 2116763.

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

Color convert

RGB 155 76 32 -
CMYK 0 0.51 0.79 0.39
HSL 21.46º 0.66% 0.37% -
HSV(B) 21.46º 0.79% 0.61% -
XYZ 16.36 12.24 2.87 -
YUV 94.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 155 76 32 0 0.51 0.79 0.39 21.46 0.66 0.37
Hex 9B 4C 20 0 33 4F 27 15 42 25
Octal 233 114 40 0 63 117 47 25 102 45
Binary 10011011 1001100 100000 0 110011 1001111 100111 10101 1000010 100101

Color Harmonies of #9B4C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4C20

Black with #9B4C20

Text Example


Text Example

White with #9B4C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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